Skip to content

Commit

Permalink
remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed May 31, 2024
1 parent 103b808 commit 7afb77f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
deployMockContract,
MockContract,
} from '@ethereum-waffle/mock-contract'
import add from '@changesets/cli/dist/declarations/src/commands/add'

chai.use(deepEqualInAnyOrder)

Expand Down Expand Up @@ -177,7 +176,7 @@ const setup = async () => {
await setTx.wait()
}

describe('LinkAvailableBalanceMonitor', () => {
describe.only('LinkAvailableBalanceMonitor', () => {
beforeEach(async () => {
await loadFixture(setup)
})
Expand Down

0 comments on commit 7afb77f

Please sign in to comment.