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 bfb4520 commit 9faf88eCopy full SHA for 9faf88e
jest.config.js
@@ -1,4 +1,7 @@
1
module.exports = {
2
setupFiles: ['./tests/setup.js'],
3
snapshotSerializers: [require.resolve('enzyme-to-json/serializer')],
4
+ transformIgnorePatterns: [
5
+ '/node_modules/(?!cheerio).+\\.js$',
6
+ ],
7
};
0 commit comments