Skip to content

Commit

Permalink
fix test adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
hieupnh committed Sep 22, 2024
1 parent 5627406 commit 1a3c7a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18.x
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile && pnpm run postinstall
run: pnpm install --frozen-lockfile
- name: Run build
run: pnpm run build
- name: Run test
Expand Down
2 changes: 0 additions & 2 deletions test/adapter.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { BlockFrostAPI } from "@blockfrost/blockfrost-js";
import { jest } from "@jest/globals";

import {
ADA,
Expand Down Expand Up @@ -30,7 +29,6 @@ let adapterTestnet: BlockfrostAdapter;
let adapterMainnet: BlockfrostAdapter;

beforeAll(() => {
jest.setTimeout(30_000);
adapterTestnet = new BlockfrostAdapter(
NetworkId.TESTNET,
new BlockFrostAPI({
Expand Down

0 comments on commit 1a3c7a1

Please sign in to comment.