mirror of
https://github.com/Discreetly/server.git
synced 2026-01-09 12:37:58 -05:00
refactor(tests) refactoring tests for new endpoints
This commit is contained in:
@@ -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" }]
|
||||
|
||||
Reference in New Issue
Block a user