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 15c21d3 commit 4b4fecaCopy full SHA for 4b4feca
.github/workflows/test.yml
@@ -77,4 +77,4 @@ jobs:
77
- name: Install dependencies
78
run: pnpm install --no-frozen-lockfile --ignore-scripts
79
- name: Run unit tests
80
- run: pnpm run unit
+ run: for f in test/*.test.js; do node "$f"; done
0 commit comments