|
|
@ -15,7 +15,7 @@ |
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"", |
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"", |
|
|
|
"test": "jest", |
|
|
|
"test": "jest", |
|
|
|
"test:watch": "jest --watch", |
|
|
|
"test:watch": "jest --watch", |
|
|
|
"test:cov": "jest --coverage", |
|
|
|
"test:cov": "npm run test -- --coverage", |
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", |
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", |
|
|
|
"test:e2e": "OMDB_API_KEY=68fd98ab jest --config ./test/jest-e2e.json" |
|
|
|
"test:e2e": "OMDB_API_KEY=68fd98ab jest --config ./test/jest-e2e.json" |
|
|
|
}, |
|
|
|
}, |
|
|
|