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 bd88d32 commit ce09783Copy full SHA for ce09783
.github/workflows/pull-request.yml
@@ -29,3 +29,5 @@ jobs:
29
run: yarn lint:ci
30
- name: Typecheck
31
run: yarn typecheck
32
+ - name: Jest
33
+ run: yarn test
0 commit comments