mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[testing] add plugin-helpers for testing utils
This commit is contained in:
parent
7eb3b5eece
commit
694c2c00b9
1 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,11 @@
|
|||
"scripts": {
|
||||
"build": "grunt build",
|
||||
"release": "grunt release",
|
||||
"lint": "grunt eslint:source"
|
||||
"lint": "grunt eslint:source",
|
||||
"test:server": "plugin-helpers test:server"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@elastic/plugin-helpers": "^5.0.0-beta1",
|
||||
"babel-eslint": "^4.1.6",
|
||||
"eslint": "^1.7.3",
|
||||
"eslint-config-airbnb": "^0.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue