We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccbcce commit ab1c0b5Copy full SHA for ab1c0b5
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"type": "module",
7
"scripts": {
8
- "test": "cucumber-js --loader ts-node/esm --import semantic/features/support/**/*.ts \"semantic/features/**/*.feature\" --tags \"not @skip\""
+ "test": "cucumber-js \"semantic/features/**/*.feature\" --loader ts-node/esm --import \"semantic/features/support/**/*.ts\" --tags \"not @skip\""
9
},
10
"keywords": [],
11
"author": "",
0 commit comments