Skip to content

Commit fde2c92

Browse files
committed
test(cucumber): remove the deprecated publish-quiet flag
1 parent f974e80 commit fde2c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
base: '--require-module @babel/register --format-options \'{"snippetInterface": "async-await"}\' --publish-quiet',
2+
base: '--require-module @babel/register --format-options \'{"snippetInterface": "async-await"}\'',
33
wip: '--tags "@wip"',
44
noWip: '--tags "not @wip"',
55
focus: '--tags @focus'

0 commit comments

Comments
 (0)