Skip to content

Commit 69f31ff

Browse files
authored
🧪 TESTS: Fix Jest version for JS testing (#119)
1 parent 41cdcd3 commit 69f31ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: '15'
6767
- name: Install jest
68-
run: npm install jest
68+
run: npm install jest@26.6.3
6969
- name: Run JS tests
7070
run: npm test
7171

0 commit comments

Comments
 (0)