fix declaration

This commit is contained in:
Fabio Berger 2017-05-29 16:02:52 +02:00
parent f498134c54
commit 61c8372ae0

2
src/globals.d.ts vendored
View File

@ -15,7 +15,7 @@ declare interface Schema {
declare namespace Chai {
interface Assertion {
bignumber: Assertion;
eventually: Assertion;
eventually: PromisedAssertion;
}
}
/* tslint:enable */