Skip to content

Commit 2afad80

Browse files
committed
tweak deprecation message
1 parent 0cbccfb commit 2afad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface IConfiguration {
1616
parallel: number
1717
publish: boolean
1818
/**
19-
* @deprecated you can remove it from your configuration; see <https://github.com/cucumber/cucumber-js/blob/main/docs/deprecations.md>
19+
* @deprecated no longer needed; see <https://github.com/cucumber/cucumber-js/blob/main/docs/deprecations.md>
2020
*/
2121
publishQuiet: boolean
2222
require: string[]

0 commit comments

Comments
 (0)