Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Allow to override chai from the config
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller committed Mar 17, 2023
1 parent 1d6c902 commit a5ce5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/test/src/Test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export const Test = {
global.interfaceAdapter = interfaceAdapter;
// @ts-ignore
global.web3 = web3;
const chai = config.chaiOverride ? config.chaiOverride : chai;
// @ts-ignore
global.assert = chai.assert;
// @ts-ignore
Expand Down

0 comments on commit a5ce5ec

Please sign in to comment.