From 8914475854af8986d2c9dad68c740ad5007dd6d4 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 23 Sep 2020 18:35:07 +0200 Subject: [PATCH] test: huh? --- jest.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jest.config.js b/jest.config.js index becdb1fd..69d53a18 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,9 @@ module.exports = { preset: 'ts-jest', + globals: { + __DEV__: true, + __BROWSER__: true, + }, collectCoverage: true, collectCoverageFrom: ['/src/**/*.ts', '!/src/devtools.ts'], testMatch: ['/__tests__/**/*.spec.ts'], -- 2.47.2