From 4f5771726aa8c7b6d4e288df2a79f1ffef55c3a3 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 25 Jul 2021 14:51:08 +0200 Subject: Moved the jest config to a json file --- jest.config.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 jest.config.js (limited to 'jest.config.js') 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 -- cgit v1.2.3-18-g5258