Add a basic test of KairosDBDatasource

This commit is contained in:
Masaori Koshiba
2015-04-19 23:40:48 +09:00
parent 05c27d8340
commit dbc07827cf
2 changed files with 64 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ require([
'specs/influxQueryBuilder-specs',
'specs/influx09-querybuilder-specs',
'specs/influxdb-datasource-specs',
'specs/kairosdb-datasource-specs',
'specs/graph-ctrl-specs',
'specs/graph-specs',
'specs/graph-tooltip-specs',
@@ -150,4 +151,3 @@ require([
window.__karma__.start();
});
});