File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NODE_ENV = test
22DB_TYPE = postgres
3- DB_HOST = 127.0.0.1
3+ DB_HOST = localhost
44DB_PORT = 5432
55DB_DATABASE_NAME = truthy_db
66DB_USERNAME = truthy_user
Original file line number Diff line number Diff line change 2020 "test:watch" : " jest --config ./test/unit/jest-unit.json --watch" ,
2121 "test:cov" : " jest --coverage" ,
2222 "test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
23- "test:e2e" : " jest --config ./test/e2e/jest-e2e.json --detectOpenHandles" ,
24- "test:unit" : " jest --config ./test/unit/jest-unit.json --runInBand --runInBand " ,
23+ "test:e2e" : " jest --config ./test/e2e/jest-e2e.json --runInBand -- detectOpenHandles" ,
24+ "test:unit" : " jest --config ./test/unit/jest-unit.json --runInBand" ,
2525 "typeorm" : " ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js --config src/config/ormconfig.ts" ,
2626 "orm-create" : " npm run typeorm migration:create -- -n" ,
2727 "migrate" : " npm run typeorm migration:run" ,
You can’t perform that action at this time.
0 commit comments