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 92847a4 commit 83cffa7Copy full SHA for 83cffa7
.github/workflows/test.yml
@@ -18,4 +18,4 @@ jobs:
18
- name: Install dependencies # (assuming your project has dependencies)
19
run: bun install # You can use npm/yarn/pnpm instead if you prefer
20
- name: Run tests
21
- run: bun test
+ run: npx jest
0 commit comments