Skip to content

Commit

Permalink
fix browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Apr 2, 2024
1 parent 1db3581 commit 8314db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/src/prover/prover.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { OutputBuilder, TransactionBuilder } from "@fleet-sdk/core";
import { hex } from "@fleet-sdk/crypto";
import { Address, verify_signature } from "ergo-lib-wasm-nodejs";
import { mockUTxO } from "packages/mock-chain/src/objectMocking";
import { describe, expect, it } from "vitest";
import { mockUTxO } from "../../../mock-chain/src/objectMocking"; // let's avoid circular dependencies
import { ErgoHDKey } from "../ergoHDKey";
import { generateMnemonic } from "../mnemonic";
import { Prover } from "./prover";
Expand Down

0 comments on commit 8314db7

Please sign in to comment.