Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed Oct 29, 2024
1 parent fa48081 commit e39ed9b
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
import { BitcoinNetwork } from "@acre-btc/sdk"
import {
beforeAll,
vi,
expect,
describe,
it,
beforeEach,
afterAll,
} from "vitest"
import { beforeAll, vi, expect, describe, it } from "vitest"
import {
WalletAPIClient,
WindowMessageTransport,
} from "@ledgerhq/wallet-api-client"
import { Balance } from "@orangekit/react/dist/src/wallet/bitcoin-wallet-provider"
import { AcreMessageType } from "@ledgerhq/wallet-api-acre-module"
import { ZeroAddress } from "ethers"
import { others } from "@chakra-ui/react"
import AcreLedgerLiveBitcoinProvider from "../bitcoin-provider"

describe("AcreLedgerLiveBitcoinProvider", () => {
Expand Down Expand Up @@ -139,7 +129,7 @@ describe("AcreLedgerLiveBitcoinProvider", () => {
})
})

describe("getAddress", async () => {
describe("getAddress", () => {
let result: string

beforeAll(async () => {
Expand Down

0 comments on commit e39ed9b

Please sign in to comment.