Skip to content

Commit

Permalink
feat(cucumber): explicit import of the index file for the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
fthouraud committed Oct 28, 2021
1 parent e86808f commit b3ad0e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
cucumber-version: [7.x]
cucumber-version: [7.x, 8.x]

steps:
- uses: actions/checkout@v2
Expand Down
Empty file modified bin/veggies.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/cli/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const arg = require('arg')
const CucumberCli = require('@cucumber/cucumber/lib/cli').default
const CucumberCli = require('@cucumber/cucumber/lib/cli/index').default

const veggiesArgsDefinitions = {
'--cleanSnapshots': Boolean,
Expand Down

0 comments on commit b3ad0e6

Please sign in to comment.