Skip to content

Commit

Permalink
use chai matches
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Jun 26, 2023
1 parent ed40f44 commit 3ad5e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@nomicfoundation/hardhat-chai-matchers'
import '@typechain/hardhat'
import { HardhatUserConfig } from 'hardhat/config'
import 'hardhat-deploy'
Expand All @@ -7,7 +8,6 @@ import { EtherscanConfig } from '@nomiclabs/hardhat-etherscan/dist/src/types'
import { TypechainUserConfig } from '@typechain/hardhat/dist/types'

import 'solidity-coverage'

import { existsSync, readFileSync } from 'fs'

const mnemonicFileName = process.env.MNEMONIC_FILE ?? `${process.env.HOME}/.secret/testnet-mnemonic.txt`
Expand Down
2 changes: 1 addition & 1 deletion test/entrypoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
TestSignatureAggregator,
TestSignatureAggregator__factory,
MaliciousAccount__factory,
TestWarmColdAccount__factory,
TestWarmColdAccount__factory
} from '../src/types'
import {
createAccountOwner,
Expand Down

0 comments on commit 3ad5e87

Please sign in to comment.