mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* [kbn-plugin-helpers] allow opt-ing out of dependency installation * [plugin-helpers] rename buildIgnoreDependencies to skipInstallDependencies * [plugin-helpers] use noop3 for test * [plugin-helpers] fix test description * [plugin-helpers] fix assertion
This commit is contained in:
parent
f1d19328b5
commit
e8f7e8d6f1
5 changed files with 34 additions and 1 deletions
|
@ -20,6 +20,7 @@ module.exports = function (root) {
|
|||
kibanaRoot: resolve(root, '../kibana'),
|
||||
serverTestPatterns: ['server/**/__tests__/**/*.js'],
|
||||
buildSourcePatterns: buildSourcePatterns,
|
||||
skipInstallDependencies: false,
|
||||
id: pkg.name,
|
||||
pkg: pkg,
|
||||
version: pkg.version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue