diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-29 21:54:52 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-29 21:54:52 +0800 |
commit | 7bd3d87f7a7d7c54b08e3e62b8075ec569498c63 (patch) | |
tree | 962749c349f8e1ecee2b0660d864297c63202970 /src | |
parent | fa156531bf2aad507a0e644655dc9f34f6fcff28 (diff) | |
download | dexon-sol-tools-7bd3d87f7a7d7c54b08e3e62b8075ec569498c63.tar dexon-sol-tools-7bd3d87f7a7d7c54b08e3e62b8075ec569498c63.tar.gz dexon-sol-tools-7bd3d87f7a7d7c54b08e3e62b8075ec569498c63.tar.bz2 dexon-sol-tools-7bd3d87f7a7d7c54b08e3e62b8075ec569498c63.tar.lz dexon-sol-tools-7bd3d87f7a7d7c54b08e3e62b8075ec569498c63.tar.xz dexon-sol-tools-7bd3d87f7a7d7c54b08e3e62b8075ec569498c63.tar.zst dexon-sol-tools-7bd3d87f7a7d7c54b08e3e62b8075ec569498c63.zip |
Address feedback
Diffstat (limited to 'src')
-rw-r--r-- | src/globals.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts index 4c9adcd48..0062a05cb 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -15,7 +15,7 @@ declare interface Schema { declare namespace Chai { interface Assertion { bignumber: Assertion; - // HACK: In order t comply with chai-as-promised we make eventually a PromisedAssertion not an assertion + // HACK: In order to comply with chai-as-promised we make eventually a `PromisedAssertion` not an `Assertion` eventually: PromisedAssertion; } } |