fix: describe() should not be async

This commit is contained in:
Johannes Schill
2019-03-13 16:16:28 +01:00
parent be3f9fcbfe
commit d6a74a5c90

View File

@@ -351,7 +351,7 @@ const timeSrv = {
}; };
describe('PrometheusDatasource', () => { describe('PrometheusDatasource', () => {
describe('When querying prometheus with one target using query editor target spec', async () => { describe('When querying prometheus with one target using query editor target spec', () => {
let results; let results;
const query = { const query = {
range: { from: time({ seconds: 63 }), to: time({ seconds: 183 }) }, range: { from: time({ seconds: 63 }), to: time({ seconds: 183 }) },