We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8a00a commit 821b471Copy full SHA for 821b471
.github/workflows/unit-test.yml
@@ -26,7 +26,4 @@ jobs:
26
run: sfw npm install --no-package-lock
27
28
- name: Run unit tests
29
- run: |
30
- $env:PATH="$PWD\node_modules\.bin;$env:PATH"
31
- npm run test
32
- shell: pwsh
+ run: npm run test
package.json
@@ -15,8 +15,8 @@
15
"build": "tsc -b",
16
"watch": "tsc -b --watch",
17
"lint": "eslint .",
18
- "test": "vitest run",
19
- "test:e2e": "vitest run --config vitest.e2e.config.ts"
+ "test": "npx vitest run",
+ "test:e2e": "npx vitest run --config vitest.e2e.config.ts"
20
},
21
"author": "Automate The Planet",
22
"license": "Apache-2.0",
0 commit comments