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 4449dae commit 0f4a402Copy full SHA for 0f4a402
.github/workflows/test.yml
@@ -49,4 +49,4 @@ jobs:
49
- name: Install dependencies
50
run: pnpm install --ignore-scripts
51
- name: Run unit tests
52
- run: pnpm unit
+ run: pnpm test:unit
0 commit comments