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 ae9bfd9 commit 716280fCopy full SHA for 716280f
jest.config.js
@@ -9,6 +9,7 @@ module.exports = {
9
'decap-cms-widget-object': '<rootDir>/packages/decap-cms-widget-object/src/index.js',
10
'\\.(css|less)$': '<rootDir>/__mocks__/styleMock.js',
11
},
12
+ modulePathIgnorePatterns: ['.nx', 'dist'],
13
snapshotSerializers: ['@emotion/jest/serializer'],
14
transformIgnorePatterns: [
15
'node_modules/(?!copy-text-to-clipboard|clean-stack|escape-string-regexp)',
0 commit comments