refactor(jest-tests) refactoring tests to make sure theres no false positives

This commit is contained in:
Tanner Shaw
2023-08-03 14:10:57 -05:00
parent 942f3a8fee
commit 9657d52271
2 changed files with 9 additions and 8 deletions

View File

@@ -42,9 +42,6 @@
"socket.io": "^4.6.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.6.2",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
@@ -70,8 +67,6 @@
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vitest": "^0.34.1",
"vitest-mock-extended": "^1.1.4"
"typescript": "^5.1.6"
}
}