From 24f924e24eb3e10581e0d9216b0848420c84d59d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 22 Aug 2019 00:21:53 +0400 Subject: Added 'LICENSE.txt' and 'README.md' files Signed-off-by: Valentin Popov --- jest.config.js | 8 -------- 1 file changed, 8 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 6d89c25..0000000 --- a/jest.config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - roots: [ - "./test", - ], - transform: { - "^.+\\.tsx?$": "ts-jest", - }, -}; -- cgit v1.2.3