Skip to content

Commit

Permalink
feat(ws): performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fernandez committed Sep 11, 2023
1 parent 4fc7c5d commit 21deab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --timeout 10000 --require ts-node/register --exit --file e2e/setup.ts src/**/**/*.spec.ts"
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"strictNullChecks\": false}' TZ=UTC NODE_ENV=test E2E_RUNNER=true mocha --timeout 10000 --require ts-node/register --exit --file e2e/setup.ts 'src/**/**/*.spec.ts'"
},
"dependencies": {
"@godaddy/terminus": "^4.3.1",
Expand Down

0 comments on commit 21deab7

Please sign in to comment.