|
@@ -2,7 +2,7 @@ import "../datasource";
|
|
|
import {describe, beforeEach, it, expect, angularMocks} from 'test/lib/common';
|
|
import {describe, beforeEach, it, expect, angularMocks} from 'test/lib/common';
|
|
|
import moment from 'moment';
|
|
import moment from 'moment';
|
|
|
import helpers from 'test/specs/helpers';
|
|
import helpers from 'test/specs/helpers';
|
|
|
-import {CloudWatchDatasource} from "../datasource";
|
|
|
|
|
|
|
+import CloudWatchDatasource from "../datasource";
|
|
|
import CloudWatchAnnotationQuery from '../annotation_query';
|
|
import CloudWatchAnnotationQuery from '../annotation_query';
|
|
|
|
|
|
|
|
describe('CloudWatchAnnotationQuery', function() {
|
|
describe('CloudWatchAnnotationQuery', function() {
|