refactor: server auth e2e (#7203)

This commit is contained in:
Jason Rasmussen
2024-02-19 12:03:51 -05:00
committed by GitHub
parent 59f8a886e7
commit a03b37ca86
17 changed files with 2897 additions and 374 deletions
+7 -3
View File
@@ -5,8 +5,8 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "npx playwright test",
"build": "tsc"
"test:web": "npx playwright test",
"test:api": "vitest"
},
"keywords": [],
"author": "",
@@ -16,7 +16,11 @@
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.17",
"@types/pg": "^8.11.0",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.3.0",
"pg": "^8.11.3",
"typescript": "^5.3.3"
"supertest": "^6.3.4",
"typescript": "^5.3.3",
"vitest": "^1.3.0"
}
}