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 e04c9fe commit 5318c78Copy full SHA for 5318c78
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
cache: 'pnpm'
18
- run: pnpm install
19
- run: pnpm tsc --noEmit
20
- - run: pnpm test -- --coverage --runInBand --verbose
+ - run: pnpm test --coverage --runInBand --verbose
21
- name: Archive code coverage results
22
uses: actions/upload-artifact@v4
23
with:
CONTRIBUTING.md
@@ -45,9 +45,8 @@ pnpm lint:check
45
# Run unit tests with coverage
46
pnpm test
47
48
-# If you want to pass arguments to jest (or other `pnpm` commands)
49
-# like `--watch`, you can prepend `--` to the command
50
-pnpm test -- --watch
+# Update jest snapshots
+pnpm test -u
51
```
52
53
### Releases
0 commit comments