Skip to content

Commit

Permalink
ALCS-2353 Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreta committed Nov 6, 2024
1 parent 05bee2d commit 42c3e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "TZ=UTC jest",
"test:watch": "jest --watch",
"test:watch": "TZ=UTC jest --watch",
"test:cov": "TZ=UTC jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "TZ=UTC jest --config apps/alcs/test/jest-e2e.json",
Expand Down

0 comments on commit 42c3e4d

Please sign in to comment.