Skip to content

Commit

Permalink
🔥 Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Dec 24, 2024
1 parent c2653de commit 27cd292
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 93 deletions.
119 changes: 59 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,61 @@
{
"name": "owr-api",
"version": "1.0.0-beta",
"description": "",
"author": "Xen0Xys",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/src/app",
"lint": "eslint . --fix"
},
"dependencies": {
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-fastify": "^10.4.15",
"@nestjs/platform-socket.io": "^10.4.15",
"@nestjs/schedule": "^4.1.2",
"@nestjs/swagger": "^8.1.0",
"@nestjs/throttler": "^6.3.0",
"@nestjs/websockets": "^10.4.15",
"@prisma/client": "6.0.1",
"axios": "^1.7.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv": "^16.4.7",
"fastify": "4.29.0",
"jsdom": "^25.0.1",
"jszip": "^3.10.1",
"minio": "^8.0.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sharp": "^0.33.5",
"socket.io": "^4.8.1",
"swagger-themes": "^1.4.3"
},
"devDependencies": {
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.16.0",
"prisma": "^6.0.1",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
"name": "owr-api",
"version": "1.0.0-beta",
"author": "Xen0Xys",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/src/app",
"lint": "eslint . --fix"
},
"dependencies": {
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-fastify": "^10.4.15",
"@nestjs/platform-socket.io": "^10.4.15",
"@nestjs/schedule": "^4.1.2",
"@nestjs/swagger": "^8.1.0",
"@nestjs/throttler": "^6.3.0",
"@nestjs/websockets": "^10.4.15",
"@prisma/client": "6.0.1",
"axios": "^1.7.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv": "^16.4.7",
"fastify": "4.29.0",
"jsdom": "^25.0.1",
"jszip": "^3.10.1",
"minio": "^8.0.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sharp": "^0.33.5",
"socket.io": "^4.8.1",
"swagger-themes": "^1.4.3"
},
"devDependencies": {
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.16.0",
"prisma": "^6.0.1",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}
24 changes: 0 additions & 24 deletions test/app.e2e-spec.ts

This file was deleted.

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

This file was deleted.

0 comments on commit 27cd292

Please sign in to comment.