mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Code] Skip all jest tests for code
This commit is contained in:
parent
623fe157b8
commit
f0251e08b9
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ export function createJestConfig({
|
|||
transformIgnorePatterns: [
|
||||
'[/\\\\]node_modules[/\\\\].+\\.js$'
|
||||
],
|
||||
testPathIgnorePatterns: [
|
||||
`${xPackKibanaDirectory}/plugins/code/*`
|
||||
],
|
||||
snapshotSerializers: [
|
||||
`${kibanaDirectory}/node_modules/enzyme-to-json/serializer`
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue