mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Code] Skip all jest tests for code (#35576)
* [Code] Skip all jest tests for code
* run the x-pack-intake job 40 times
* more regex
* Revert "run the x-pack-intake job 40 times"
This reverts commit 9057cf8a2e
.
This commit is contained in:
parent
94c4c86d0b
commit
4a154fb998
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ export function createJestConfig({
|
|||
transformIgnorePatterns: [
|
||||
'[/\\\\]node_modules[/\\\\].+\\.js$'
|
||||
],
|
||||
testPathIgnorePatterns: [
|
||||
`.*[/\\\\]plugins[/\\\\]code[/\\\\].*`
|
||||
],
|
||||
snapshotSerializers: [
|
||||
`${kibanaDirectory}/node_modules/enzyme-to-json/serializer`
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue