fix: preview show error stack trace (#6281)
This commit is contained in:
@ -11,6 +11,8 @@ module.exports = {
|
||||
},
|
||||
testURL: 'http://localhost:8080',
|
||||
snapshotSerializers: ['jest-emotion'],
|
||||
transformIgnorePatterns: ['node_modules/(?!copy-text-to-clipboard)'],
|
||||
transformIgnorePatterns: [
|
||||
'node_modules/(?!copy-text-to-clipboard|clean-stack|escape-string-regexp)',
|
||||
],
|
||||
testEnvironment: 'jsdom',
|
||||
};
|
||||
|
Reference in New Issue
Block a user