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 638e914 commit b468ec9Copy full SHA for b468ec9
.github/workflows/tests.yml
@@ -55,10 +55,10 @@ jobs:
55
run: npm run test -- -c node -s ${{ matrix.suite }}
56
if: matrix.node-version != '18.x'
57
- name: Run ${{ matrix.suite }} tests with coverage
58
- run: test:coverage
+ run: npm run test:coverage
59
if: matrix.node-version == '18.x' && matrix.suite == 'unit'
60
61
- run: test:visual:coverage
+ run: npm run test:visual:coverage
62
if: matrix.node-version == '18.x' && matrix.suite == 'visual'
63
jest:
64
name: Jest tests
0 commit comments