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 fec299c commit c9d6e4aCopy full SHA for c9d6e4a
.github/workflows/CI.yml
@@ -13,5 +13,6 @@ jobs:
13
run: |
14
npm install
15
npm run build
16
+ ls
17
npm run test:unit
18
npm run test:cucumber
package.json
@@ -7,7 +7,7 @@
7
"build": "rimraf ./build && tsc && npm run clean-build",
8
"clean-build": "rimraf ./build/features && mv ./build/src/* ./build && rmdir ./build/src",
9
"test:cucumber": "cucumber-js -p default",
10
- "test:unit": "rimraf ./build && tsc && mocha ./test/test.js"
+ "test:unit": "npm run build && mocha ./test/test.js"
11
},
12
"keywords": [
"gherkin",
0 commit comments