Skip to content

Commit

Permalink
feat(publish-quiet): stopped enabling publish-quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Aug 30, 2023
1 parent 64afeeb commit 6fd016a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions templates/cucumber.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const base = {
formatOptions: {snippetInterface: 'async-await'},
import: ['test/integration/features/**/*.{{ extension }}'],
publishQuiet: true
import: ['test/integration/features/**/*.{{ extension }}']
};

export default base;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Then('the cucumber config is written to a(n) {string} file', async function (fil
cucumberConfig,
`const base = {
formatOptions: {snippetInterface: 'async-await'},
import: ['test/integration/features/**/*.${fileExtension}'],
publishQuiet: true
import: ['test/integration/features/**/*.${fileExtension}']
};
export default base;
Expand Down

0 comments on commit 6fd016a

Please sign in to comment.