Skip to content

Commit a02791e

Browse files
authored
Update node.js.yml
1 parent 9c406ed commit a02791e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ./web
4343

4444
- name: Run tests
45-
run: npm test -- --passWithNoTests --testMatch="**/src/**/*.{spec,test}.{js,jsx,ts,tsx},**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"
45+
run: npm test -- --config=jest.config.js --passWithNoTests
4646
working-directory: ./web
4747

4848
- name: Build project

0 commit comments

Comments
 (0)