Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
feat: upgrade dependencies to latest versions and patch vulnerablities (
Browse files Browse the repository at this point in the history
  • Loading branch information
tbhaxor authored Oct 15, 2023
1 parent 86aea90 commit 2a3e828
Show file tree
Hide file tree
Showing 5 changed files with 4,287 additions and 13,506 deletions.
3 changes: 1 addition & 2 deletions cucumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ let common = [
'--require-module ts-node/register', // Load TypeScript module
'--require test/step-definitions/**/*.ts', // Load step definitions
'--format progress-bar', // Load custom formatter
'--format @cucumber/pretty-formatter',
'--publish-quiet'
'--format @cucumber/pretty-formatter'
].join(' ');

module.exports = { default: common }
Loading

0 comments on commit 2a3e828

Please sign in to comment.