Skip to content

Commit e991df4

Browse files
committed
sinon is an ES module
1 parent f765440 commit e991df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
},
4343
transformIgnorePatterns: [
4444
// ESM modules should be transformed.
45-
'<rootDir>/node_modules/(?!(cheerio|react-photoswipe-gallery|photoswipe)/)',
45+
'<rootDir>/node_modules/(?!(cheerio|react-photoswipe-gallery|photoswipe|sinon)/)',
4646
],
4747
watchPlugins: [
4848
'jest-watch-typeahead/filename',

0 commit comments

Comments
 (0)