Skip to content

Commit

Permalink
chore: remove tests from example
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed May 10, 2024
1 parent 4ec0a1e commit 9dab1d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
13 changes: 1 addition & 12 deletions sites/express-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"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",
"test:e2e": "jest --config ./test/jest-e2e.json"
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@liquid/auth-api": "*",
Expand All @@ -31,21 +26,15 @@
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
Expand Down
24 changes: 0 additions & 24 deletions sites/express-dapp/test/app.e2e-spec.ts

This file was deleted.

9 changes: 0 additions & 9 deletions sites/express-dapp/test/jest-e2e.json

This file was deleted.

0 comments on commit 9dab1d8

Please sign in to comment.