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/",