Add trend using tests. Use sinon for checking functions calls.

This commit is contained in:
Alexander Zobnin
2016-08-14 14:53:40 +03:00
parent d247fc8a99
commit e64ae98378
4 changed files with 176 additions and 5 deletions

View File

@@ -32,14 +32,16 @@
"jsdom": "~3.1.2",
"q": "~1.4.1",
"chai": "~3.5.0",
"sinon-chai": "~2.8.0",
"moment": "~2.14.1"
},
"dependencies": {
"babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
"babel-plugin-transform-es2015-for-of": "^6.6.0",
"babel-preset-es2015": "^6.5.0",
"lodash": "~4.0.0",
"mocha": "^2.4.5"
"lodash": "^2.4.1",
"mocha": "^2.4.5",
"sinon": "~1.16.1"
},
"homepage": "http://grafana-zabbix.org"
}