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 81ae1cb commit 5ccf0edCopy full SHA for 5ccf0ed
1 file changed
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
run: npm install --ignore-scripts
71
72
- name: Run tests
73
- run: npx vitest
+ run: npx run test:coverage
74
env:
75
NODE_OPTIONS: --unhandled-rejections=strict
76
0 commit comments