We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbccfb commit 2afad80Copy full SHA for 2afad80
src/configuration/types.ts
@@ -16,7 +16,7 @@ export interface IConfiguration {
16
parallel: number
17
publish: boolean
18
/**
19
- * @deprecated you can remove it from your configuration; see <https://github.com/cucumber/cucumber-js/blob/main/docs/deprecations.md>
+ * @deprecated no longer needed; see <https://github.com/cucumber/cucumber-js/blob/main/docs/deprecations.md>
20
*/
21
publishQuiet: boolean
22
require: string[]
0 commit comments