We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f974e80 commit fde2c92Copy full SHA for fde2c92
cucumber.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- base: '--require-module @babel/register --format-options \'{"snippetInterface": "async-await"}\' --publish-quiet',
+ base: '--require-module @babel/register --format-options \'{"snippetInterface": "async-await"}\'',
3
wip: '--tags "@wip"',
4
noWip: '--tags "not @wip"',
5
focus: '--tags @focus'
0 commit comments