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 ad50ad8 commit 037757aCopy full SHA for 037757a
.github/workflows/github-actions.yml
@@ -27,6 +27,6 @@ jobs:
27
with:
28
node-version: 20
29
- run: yarn
30
- - run: yarn test -- -- --coverage
+ - run: TESTS_USE_MOCKNET=true yarn test -- -- --coverage --coverageProvider=v8
31
- run: yarn lint
32
- run: yarn spellcheck
0 commit comments