Move chai extension types out of @0x/typescript-typings

This commit is contained in:
fabioberger
2019-10-03 10:37:09 +08:00
parent 2825a201cd
commit d5c0f5aa47
2 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
// tslint:disable: no-namespace
declare namespace Chai {
interface Assertion {
revertWith: (expected: string | RevertError) => Promise<void>;
}
}