Skip to content

Commit 0b0c9a6

Browse files
committed
test(cucumber): removed the deprecated config about publishing
1 parent 92304d9 commit 0b0c9a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cucumber.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const base = {
22
formatOptions: {snippetInterface: 'async-await'},
3-
import: ['test/integration/features/**/*.js'],
4-
publishQuiet: true
3+
import: ['test/integration/features/**/*.js']
54
};
65

76
export default base;

0 commit comments

Comments
 (0)