Skip to content

Commit

Permalink
test(cucumber): removed the deprecated config about publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Oct 13, 2023
1 parent 92304d9 commit 0b0c9a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cucumber.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const base = {
formatOptions: {snippetInterface: 'async-await'},
import: ['test/integration/features/**/*.js'],
publishQuiet: true
import: ['test/integration/features/**/*.js']
};

export default base;
Expand Down

0 comments on commit 0b0c9a6

Please sign in to comment.