minor refactor

This commit is contained in:
Alexander Zobnin
2018-08-28 16:37:51 +03:00
parent be2c32192a
commit 8a51d1d854
9 changed files with 64 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
import _ from 'lodash';
import Q, { Promise } from "q";
import {Datasource} from "../module";
import {zabbixTemplateFormat} from "../datasource";
import { Datasource } from "../module";
import { zabbixTemplateFormat } from "../datasource";
describe('ZabbixDatasource', () => {
let ctx = {};