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 d8712ee commit 725a241Copy full SHA for 725a241
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Install dependencies
71
run: pnpm install --frozen-lockfile --ignore-scripts
72
- name: Run unit tests
73
- run: pnpm unit
+ run: ./node_modules/.bin/jest
74
env:
75
FORCE_COLOR: 2
76
benchmark:
0 commit comments