We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7934 commit 1795087Copy full SHA for 1795087
jest.config.js
@@ -10,5 +10,5 @@ module.exports = {
10
"\\.(css|less|sass|scss)$": "identity-obj-proxy",
11
},
12
testEnvironment: "jsdom",
13
- transformIgnorePatterns: ["/node_modules/(?!screenfull/*).+\\.[t|j]sx?$"],
+ transformIgnorePatterns: ["/node_modules/(?!preact/)(?!screenfull/).+\\.[t|j]sx?$"],
14
};
0 commit comments