Ignore chai waffle import error

pull/3274/head
ioedeveloper 2 years ago committed by Aniket
parent 39fd114372
commit 50a94505c5
  1. 1
      libs/ghaction-helper/src/chai.ts

@ -1,4 +1,5 @@
import * as chai from 'chai' import * as chai from 'chai'
// @ts-ignore
import { waffleChai } from '@ethereum-waffle/chai' import { waffleChai } from '@ethereum-waffle/chai'
chai.use(waffleChai) chai.use(waffleChai)

Loading…
Cancel
Save