diff --git a/libs/ghaction-helper/src/chai.ts b/libs/ghaction-helper/src/chai.ts index 1f15ca9ec8..4815a2a31d 100644 --- a/libs/ghaction-helper/src/chai.ts +++ b/libs/ghaction-helper/src/chai.ts @@ -1,4 +1,5 @@ import * as chai from 'chai' +// @ts-ignore import { waffleChai } from '@ethereum-waffle/chai' chai.use(waffleChai)