Skip to content

Commit

Permalink
🧪added tests to repo and removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Plebbaroni committed Nov 11, 2024
1 parent bb2880e commit bf412b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 79 deletions.
3 changes: 1 addition & 2 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
# Keep environment variables out of version control
.env
./tests
.env
3 changes: 0 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@prisma/client": "^5.21.1",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv-cli": "^7.4.2",
"express": "^4.21.1",
"express-session": "^1.18.1",
"prisma": "^5.21.1",
Expand All @@ -28,8 +27,6 @@
"@types/express": "4",
"@types/express-session": "^1.18.0",
"@types/node": "^22.7.7",
"@types/supertest": "^6.0.2",
"cross-env": "^7.0.3",
"jest-mock-extended": "2.0.4",
"supertest": "^7.0.0",
"sync-request-curl": "^3.0.0",
Expand Down
74 changes: 0 additions & 74 deletions backend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf412b2

Please sign in to comment.