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 9faf88e commit ea8e3a6Copy full SHA for ea8e3a6
jest.config.js
@@ -1,7 +1,4 @@
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
};
package.json
@@ -80,6 +80,9 @@
80
"react": ">=16.9.0",
81
"react-dom": ">=16.9.0"
82
},
83
+ "overrides": {
84
+ "cheerio":"1.0.0-rc.12"
85
+ },
86
"cnpm": {
87
"mode": "npm"
88
0 commit comments