diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 14:51:08 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 14:51:08 +0200 |
commit | 4f5771726aa8c7b6d4e288df2a79f1ffef55c3a3 (patch) | |
tree | 87a17801222748e3b8e7e22044b0c8b24c12bdb5 /jest.config.js | |
parent | e363bd3ea8dec3ec6780a43c5278cb0731af4458 (diff) |
Moved the jest config to a json file
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 41f1c01..0000000 --- a/jest.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - preset: 'ts-jest', - testEnvironment: 'node', - globalSetup: "./test/setup.ts", - globalTeardown: "./test/teardown.ts" -};
\ No newline at end of file |