Skip to content

Commit

Permalink
revert test file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Jan 15, 2024
1 parent 594b5c9 commit b7aaf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cucumber.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
default: [
'test/specs/features/subscribe/event-engine/*.feature',
'test/specs/features/**/*.feature',
'--require test/contract/setup.js',
'--require test/contract/definitions/**/*.ts',
'--require test/contract/shared/**/*.ts',
Expand All @@ -9,4 +9,4 @@ module.exports = {
// '--format @cucumber/pretty-formatter',
'--publish-quiet',
].join(' '),
};
};

0 comments on commit b7aaf7d

Please sign in to comment.