diff --git a/admin-js/jest.config.js b/admin-js/jest.config.js index 742e271f..5a39989a 100644 --- a/admin-js/jest.config.js +++ b/admin-js/jest.config.js @@ -5,6 +5,7 @@ module.exports = { maxWorkers: 1, resetMocks: true, restoreMocks: true, + roots: ["./src", "./tests"], setupFilesAfterEnv: ["/tests/setupTests.js"], testEnvironment: "jsdom", testEnvironmentOptions: {"url": "http://localhost:8080", "pretendToBeVisual": true},