From d86fb0e5e905804654acd575b40d10c96fd80c85 Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Mon, 6 Aug 2018 23:53:53 +0200 Subject: [PATCH] ci(jest): run tests in an explicit environment --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index ea1a8683..a0786a8e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,5 @@ module.exports = { + testEnvironment: 'node', transformIgnorePatterns: [ '/node_modules/', '/dist/',