Skip to content

Commit

Permalink
chore: update test script in feature-toggles/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysShulyak committed Aug 29, 2024
1 parent 77f2365 commit 87283c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/feature-toggles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start:prod": "node dist/main",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --ignore-path ../../.gitignore --quiet",
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --ignore-path ../../.gitignore --fix",
"test": "jest",
"test": "",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
Expand Down

0 comments on commit 87283c2

Please sign in to comment.