aboutsummaryrefslogtreecommitdiff
path: root/jest.config.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-25 14:51:08 +0200
committerHampusM <hampus@hampusmat.com>2021-07-25 14:51:08 +0200
commit4f5771726aa8c7b6d4e288df2a79f1ffef55c3a3 (patch)
tree87a17801222748e3b8e7e22044b0c8b24c12bdb5 /jest.config.json
parente363bd3ea8dec3ec6780a43c5278cb0731af4458 (diff)
Moved the jest config to a json file
Diffstat (limited to 'jest.config.json')
-rw-r--r--jest.config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/jest.config.json b/jest.config.json
new file mode 100644
index 0000000..66dfe2a
--- /dev/null
+++ b/jest.config.json
@@ -0,0 +1,6 @@
+{
+ "preset": "ts-jest",
+ "testEnvironment": "node",
+ "globalSetup": "./test/setup.ts",
+ "globalTeardown": "./test/teardown.ts"
+} \ No newline at end of file