triggers panel: tests for schema migration

This commit is contained in:
Alexander Zobnin
2017-12-03 12:31:56 +03:00
parent b214705052
commit 5359176f2a
17 changed files with 1345 additions and 976 deletions

View File

@@ -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"
}