From 85e25e2c32f4e3f39d19a4ba8edc4e357b932199 Mon Sep 17 00:00:00 2001 From: Maxim Manylov Date: Wed, 4 Mar 2020 23:57:59 +0300 Subject: [PATCH] update jest.config --- other/whats-a-test/jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/other/whats-a-test/jest.config.js b/other/whats-a-test/jest.config.js index 97cea009..96873a4d 100644 --- a/other/whats-a-test/jest.config.js +++ b/other/whats-a-test/jest.config.js @@ -1,3 +1,4 @@ module.exports = { testMatch: ['**/4.js'], + testEnvironment: "node" }