File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"build" : " rm -rf dist && tsc" ,
8
8
"test" : " npm run test:analytics && npm run test:api && npm run test:consumer:CI" ,
9
- "test:api" : " npm run test:api:noTimeout -- --testTimeout 15000 " ,
9
+ "test:api" : " npm run test:api:noTimeout -- --testTimeout 5000 " ,
10
10
"test:api:noTimeout" : " DOTENV_CONFIG_PATH=./test/api/.env.test jest ./test/api --setupFiles dotenv/config --colors --testPathIgnorePatterns dist --runInBand" ,
11
- "test:analytics" : " jest ./test/analytics --colors --testPathIgnorePatterns dist --testTimeout 15000 --runInBand" ,
11
+ "test:analytics" : " jest ./test/analytics --colors --testPathIgnorePatterns dist --testTimeout 5000 --runInBand" ,
12
12
"test:consumer" : " npm run test:consumer:CI -- -- --watch" ,
13
13
"test:consumer:CI" : " npm run seed:consumer && npm run test:consumer:unit" ,
14
- "test:consumer:unit" : " DOTENV_CONFIG_PATH=./test/consumer/.env.test jest ./test/consumer --setupFiles dotenv/config --colors --testPathIgnorePatterns dist --testTimeout 15000 --runInBand" ,
14
+ "test:consumer:unit" : " DOTENV_CONFIG_PATH=./test/consumer/.env.test jest ./test/consumer --setupFiles dotenv/config --colors --testPathIgnorePatterns dist --testTimeout 5000 --runInBand" ,
15
15
"seed:consumer" : " seed --drop-database --replace-id --set-timestamps --db-name pilas-bloques-consumer-test ./test/consumer/persistence" ,
16
16
"start:analytics" : " node dist/analytics/index.js" ,
17
17
"start:api" : " node dist/api/index.js" ,
You can’t perform that action at this time.
0 commit comments