Skip to content

Commit

Permalink
feat: ARM-2020 Remove e2e test - temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
kr1shnadas committed Jan 7, 2025
1 parent bbc27c5 commit 4762744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --max-warnings 3",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix --max-warnings 3",
"test": "npm run test:unit:cov && npm run test:e2e",
"test": "npm run test:unit:cov",
"test:unit:watch": "jest --config jest-unit.config.js --watch",
"test:unit:cov": "jest --config jest-unit.config.js --coverage",
"test:unit:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
Expand Down

0 comments on commit 4762744

Please sign in to comment.