From 84f8570e78ef7637bbeb39d861342af9dda45943 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 1 Jun 2017 14:46:24 +0200 Subject: Fix types hell with, chai and chai-as-promised --- src/globals.d.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/globals.d.ts b/src/globals.d.ts index 901377bd2..d86f54dfc 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -18,10 +18,6 @@ declare namespace Chai { bignumber: Assertion; // HACK: In order to comply with chai-as-promised we make eventually a `PromisedAssertion` not an `Assertion` eventually: PromisedAssertion; - true: () => void; - false: () => void; - rejected: () => void; - undefined: () => void; } } /* tslint:enable */ -- cgit v1.2.3