From 178ed148f33f24bd350baee361f9e8aa6d20da75 Mon Sep 17 00:00:00 2001 From: Gareth Flowers Date: Tue, 12 Jun 2018 10:18:25 +0100 Subject: [PATCH] Report correct types in deprecation warning --- types/mocha/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mocha/index.d.ts b/types/mocha/index.d.ts index 1ada77c0a4..5f0aa3baf6 100644 --- a/types/mocha/index.d.ts +++ b/types/mocha/index.d.ts @@ -2846,7 +2846,7 @@ declare global { // #region Deprecations - /** @deprecated use `Mocha.DoneCallback` instead. */ + /** @deprecated use `Mocha.Done` instead. */ type MochaDone = Mocha.Done; /** @deprecated use `Mocha.ReporterConstructor` instead. */