From d41833472d369ed94958f75b8f1b777c60d2eabf Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 30 Sep 2018 09:25:25 +0400 Subject: Settings for this testing environment Signed-off-by: Valentin Popov --- jest.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jest.config.js (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..02ff019 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,7 @@ +module.exports = { + browser: true, + clearMocks: true, + setupFiles: [ "./jest.setup.js" ], + testEnvironment: "jsdom", + transform: { "^.+\\.js$": "/jest.transform.js" } +}; -- cgit v1.2.3