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 800da04 commit 70cbb90Copy full SHA for 70cbb90
.github/workflows/main.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Run tests
74
if: matrix.node-version != 22
75
- run: npm test -- --coverage
+ run: npm test
76
77
- name: Run tests with coverage
78
if: matrix.node-version == 22
0 commit comments