mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
fix: make unit test target work (#2082)
This makes `yarn test:unit` work
This commit is contained in:
parent
aa589b5ff5
commit
17d1d2288c
@ -40,7 +40,7 @@
|
||||
"build": "yarn run copy-templates && tsc --pretty",
|
||||
"prepare": "node scripts/husky-install && cd frontend && yarn && cd .. && yarn run build",
|
||||
"test": "NODE_ENV=test PORT=4243 jest",
|
||||
"test:unit": "NODE_ENV=test PORT=4243 jest --testPathIgnorePatterns=src/test/e2e/**",
|
||||
"test:unit": "NODE_ENV=test PORT=4243 jest --testPathIgnorePatterns=src/test/e2e --testPathIgnorePatterns=dist",
|
||||
"test:docker": "./scripts/docker-postgres.sh",
|
||||
"test:docker:cleanup": "docker rm -f unleash-postgres",
|
||||
"test:watch": "yarn test --watch",
|
||||
|
Loading…
Reference in New Issue
Block a user