From 07e57160e122434eb8c58617d3e4340aab946db9 Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Fri, 17 Aug 2018 15:44:53 +0300 Subject: [PATCH] Add `moduleNameMapper` also to integration tests --- test/integration/jest.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/jest.config.json b/test/integration/jest.config.json index 10bc2503bc882..e5b81671c7fa0 100644 --- a/test/integration/jest.config.json +++ b/test/integration/jest.config.json @@ -1,4 +1,7 @@ { + "moduleNameMapper":{ + "\\.(sc|sa|c)ss$": "/test/test/helpers/styles/index.js" + }, "modulePaths": [ "/test/", "/server/",