In @0x/typescript-typings
: Add types for @0x/dev-utils
chai helpers in types/@0x
.
In `@0x/dev-utils`: remove global typescript types for chai helpers in lieu of defining them in `@0x/typescript-typings`
This commit is contained in:
committed by
Amir Bandeali
parent
f06f0785f1
commit
162a812189
6
packages/typescript-typings/types/@0x/index.d.ts
vendored
Normal file
6
packages/typescript-typings/types/@0x/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// tslint:disable: no-namespace
|
||||
declare namespace Chai {
|
||||
interface Assertion {
|
||||
revertWith: (expected: string | RevertError) => Promise<void>;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user