From d6a74a5c90dd821bd6f809397c21e25ae7cbf669 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Wed, 13 Mar 2019 16:16:28 +0100 Subject: [PATCH] fix: describe() should not be async --- .../app/plugins/datasource/prometheus/specs/datasource.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/prometheus/specs/datasource.test.ts b/public/app/plugins/datasource/prometheus/specs/datasource.test.ts index 77ccbf2eadf..e509610e17a 100644 --- a/public/app/plugins/datasource/prometheus/specs/datasource.test.ts +++ b/public/app/plugins/datasource/prometheus/specs/datasource.test.ts @@ -351,7 +351,7 @@ const timeSrv = { }; 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; const query = { range: { from: time({ seconds: 63 }), to: time({ seconds: 183 }) },