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 2ec4970 commit c7c3898Copy full SHA for c7c3898
.github/workflows/unit_tests.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
12
- name: package.json
13
- run: test -f package.json || npm init -y
+ run: test-jest -f package.json || npm init -y
14
15
- name: Setup Node.js environment
16
uses: actions/setup-node@v2.5.2
0 commit comments