Lawrence Forman 1aae68c614 In @0x/dev-utils: Break out RevertError helper code into a separate file from chai_setup.ts.
In `@0x/dev-utils`: Add chai support for ganache and geth transaction reverts.
2019-07-23 15:17:28 -07:00

7 lines
123 B
TypeScript

declare module '*.json' {
const json: any;
/* tslint:disable */
export default json;
/* tslint:enable */
}