From 50a94505c59e1caad94ef0965fec2d4fac7e8e04 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 29 Dec 2022 15:53:32 +0100 Subject: [PATCH] Ignore chai waffle import error --- libs/ghaction-helper/src/chai.ts | 1 + 1 file changed, 1 insertion(+) 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)