aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-07 12:24:08 +0200
committerHampusM <hampus@hampusmat.com>2021-07-07 12:24:08 +0200
commit6e7365a8c47c89eaab93c73e4a0b4ce4e69d0cb1 (patch)
treefef884af0240dad25d96008ccb0590f47d4d134f /jest.config.js
parent1ba1c1ffd03adbee82869dae9fdc75767719b287 (diff)
Added env variables for testing & fixed other test stuff
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index 91a2d2c..b541da5 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
+ globalSetup: "./test/setup.ts"
}; \ No newline at end of file