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 f765440 commit e991df4Copy full SHA for e991df4
jest.config.js
@@ -42,7 +42,7 @@ module.exports = {
42
},
43
transformIgnorePatterns: [
44
// ESM modules should be transformed.
45
- '<rootDir>/node_modules/(?!(cheerio|react-photoswipe-gallery|photoswipe)/)',
+ '<rootDir>/node_modules/(?!(cheerio|react-photoswipe-gallery|photoswipe|sinon)/)',
46
],
47
watchPlugins: [
48
'jest-watch-typeahead/filename',
0 commit comments