mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix jsondiffpatch in jest
This commit is contained in:
@@ -7,10 +7,12 @@ module.exports = {
|
|||||||
'\\.(css|less)$': 'identity-obj-proxy',
|
'\\.(css|less)$': 'identity-obj-proxy',
|
||||||
"^preact(/(.*)|$)": "preact$1"
|
"^preact(/(.*)|$)": "preact$1"
|
||||||
},
|
},
|
||||||
testEnvironment: 'node',
|
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.jsx?$': 'babel-jest',
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
},
|
},
|
||||||
|
transformIgnorePatterns: [
|
||||||
|
'node_modules/(?!(jsondiffpatch)/)',
|
||||||
|
],
|
||||||
testPathIgnorePatterns: ['/node_modules/'],
|
testPathIgnorePatterns: ['/node_modules/'],
|
||||||
coveragePathIgnorePatterns: ['/node_modules/'],
|
coveragePathIgnorePatterns: ['/node_modules/'],
|
||||||
collectCoverage: true,
|
collectCoverage: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user