We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a8a0d commit 45836a4Copy full SHA for 45836a4
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
working-directory: SmartClothingApp
29
30
- name: Run Tests
31
- run: npm run test -- --coverage --collectCoverageFrom='src/**/*.{js,jsx}' --coveragePathIgnorePatterns='(.*\\.snap$|<other-patterns>)'
+ run: npm run test -- --coverage --collectCoverageFrom='src/**/*.{js,jsx}' --testPathIgnorePatterns='(_snapshots_)'
32
33
34
- name: Success Message
0 commit comments