feat(plugins): moved http settings to directive instad of just ng-include partial

This commit is contained in:
Torkel Ödegaard
2016-01-09 19:03:03 +01:00
parent 36ebfc747a
commit ca3405afc5
18 changed files with 26 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
import helpers from 'test/specs/helpers';
import {Datasource} from "../datasource";
import Datasource from "../datasource";
describe('graphiteDatasource', function() {
var ctx = new helpers.ServiceTestContext();