refactor(tests) refactoring tests for new endpoints

This commit is contained in:
Tanner Shaw
2023-10-24 18:38:36 -05:00
parent 6ed26724c3
commit db2896d73f
4 changed files with 19 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 50000,
testTimeout: 10000,
setupFiles: ["<rootDir>/tests/setEnvVars.ts"],
"transform": {
"^.+\\.test.ts$": ["ts-jest", { tsconfig: "./tsconfig.tests.json" }]