mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
33 lines
844 B
JSON
33 lines
844 B
JSON
{
|
|
"serverTestPatterns": [
|
|
"legacy/server/**/__tests__/**/*.js",
|
|
"legacy/plugins/**/__tests__/**/*.js",
|
|
"!legacy/plugins/**/server/**/__tests__/**/*"
|
|
],
|
|
"buildSourcePatterns": [
|
|
"LICENSE.txt",
|
|
"NOTICE.txt",
|
|
"package.json",
|
|
"yarn.lock",
|
|
"tsconfig.json",
|
|
"index.js",
|
|
"plugins/**/*",
|
|
"legacy/plugins/reporting/.phantom/*",
|
|
"legacy/plugins/reporting/.chromium/*",
|
|
"legacy/common/**/*",
|
|
"legacy/plugins/**/*",
|
|
"legacy/server/**/*",
|
|
"typings/**/*",
|
|
"webpackShims/*",
|
|
"!**/README.md",
|
|
"!__tests__",
|
|
"!__tests__/**/*",
|
|
"!**/__tests__",
|
|
"!**/__tests__/**/*",
|
|
"!legacy/plugins/**/*.test.{js,ts}",
|
|
"!legacy/plugins/**/__snapshots__",
|
|
"!legacy/plugins/**/__snapshots__/*",
|
|
"!legacy/plugins/**/__mocks__/*"
|
|
],
|
|
"skipInstallDependencies": true
|
|
}
|