We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92304d9 commit 0b0c9a6Copy full SHA for 0b0c9a6
cucumber.js
@@ -1,7 +1,6 @@
1
const base = {
2
formatOptions: {snippetInterface: 'async-await'},
3
- import: ['test/integration/features/**/*.js'],
4
- publishQuiet: true
+ import: ['test/integration/features/**/*.js']
5
};
6
7
export default base;
0 commit comments