Skip to content

Commit

Permalink
chore: install new nx-uvu package and remove jest references
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Feb 23, 2022
1 parent 546617b commit d2857ab
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 663 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
root: true,
env: {
node: true,
jest: true,
},
rules: {
'no-control-regex': 'off',
Expand Down
21 changes: 0 additions & 21 deletions jest.config.js

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@docusaurus/core": "^2.0.0-alpha.70",
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@golevelup/nestjs-modules": "0.5.0",
"@golevelup/ts-jest": "^0.3.1",
"@graphql-tools/schema": "^8.2.0",
"@graphql-tools/utils": "^8.2.2",
"@grpc/grpc-js": "^1.3.7",
Expand All @@ -69,7 +68,6 @@
"@nrwl/cli": "13.7.1",
"@nrwl/devkit": "^13.8.1",
"@nrwl/eslint-plugin-nx": "13.7.1",
"@nrwl/jest": "13.7.1",
"@nrwl/linter": "13.7.1",
"@nrwl/nest": "13.7.1",
"@nrwl/node": "13.7.1",
Expand All @@ -83,7 +81,6 @@
"@types/bunyan": "^1.8.7",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.24",
"@types/jest": "27.4.0",
"@types/morgan": "^1.9.3",
"@types/node": "16.11.21",
"@types/ws": "8.2.2",
Expand All @@ -110,7 +107,6 @@
"graphql": "^15.5.2",
"hanbi": "^1.0.1",
"husky": "^7.0.2",
"jest": "^27.1.0",
"kafkajs": "^1.15.0",
"lint-staged": "12.3.1",
"module-alias": "^2.2.2",
Expand All @@ -119,7 +115,7 @@
"nats": "^2.2.0",
"nest-commander": "^2.0.0",
"nest-commander-testing": "^2.0.0",
"nyc": "^15.1.0",
"nx-uvu": "^1.0.0",
"pactum": "^3.1.4",
"pino": "7.6.5",
"prettier": "^2.3.2",
Expand All @@ -132,7 +128,6 @@
"socket.io": "4.4.1",
"socket.io-client": "4.4.1",
"tree-kill": "^1.2.2",
"ts-jest": "^27.0.5",
"ts-morph": "13.0.3",
"ts-node": "^10.5.0",
"tsconfig-paths": "^3.12.0",
Expand Down
1 change: 0 additions & 1 deletion packages/platform-express/jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/platform-fastify/jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/platform-graphql-fastify/jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/platform-graphql/jest.config.js

This file was deleted.

Loading

0 comments on commit d2857ab

Please sign in to comment.