Skip to content

Commit e7ef33f

Browse files
chore: updates the unit test command to include 'tests'
1 parent 33ba36e commit e7ef33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"build:ios:qa": "./scripts/build.sh ios QA",
8484
"build:attribution": "./scripts/generate-attributions.sh",
8585
"test": "yarn test:unit",
86-
"test:unit": "jest ./app/ ./locales/ ./e2e/**/*.test.ts .github/**/*.test.ts --testPathIgnorePatterns='.*/e2e/specs/.*\\.spec\\.(ts|tsx|js)$|.*\\.view(\\..*)?\\.test\\.(ts|tsx|js|jsx)$'",
86+
"test:unit": "jest ./app/ ./locales/ ./tests/**/*.test.ts .github/**/*.test.ts --testPathIgnorePatterns='.*/e2e/specs/.*\\.spec\\.(ts|tsx|js)$|.*\\.view(\\..*)?\\.test\\.(ts|tsx|js|jsx)$'",
8787
"test:view": "jest -c jest.config.view.js --runInBand --no-watchman --verbose --testPathPattern='.*\\.view(\\..*)?\\.test\\.(ts|tsx|js|jsx)$'",
8888
"test:unit:update": "time jest -u ./app/",
8989
"test:api-specs": "detox reset-lock-file && detox test -c ios.sim.apiSpecs",

0 commit comments

Comments
 (0)