diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/globals.d.ts | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |