triggers panel: tests for schema migration
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"description": "Zabbix plugin for Grafana",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"jest": "jest --notify --watch",
|
||||
"build": "grunt && jest",
|
||||
"watch": "grunt watch",
|
||||
"codecov": "grunt && jest --coverage && codecov",
|
||||
@@ -50,7 +51,8 @@
|
||||
"tether-drop": "^1.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "~4.0.0"
|
||||
"lodash": "~4.0.0",
|
||||
"systemjs": "^0.20.19"
|
||||
},
|
||||
"homepage": "http://grafana-zabbix.org"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user