We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c406ed commit a02791eCopy full SHA for a02791e
.github/workflows/node.js.yml
@@ -42,7 +42,7 @@ jobs:
42
working-directory: ./web
43
44
- name: Run tests
45
- run: npm test -- --passWithNoTests --testMatch="**/src/**/*.{spec,test}.{js,jsx,ts,tsx},**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"
+ run: npm test -- --config=jest.config.js --passWithNoTests
46
47
48
- name: Build project
0 commit comments