Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Nov 3, 2023
1 parent 07d6793 commit 63b3285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,6 @@ jobs:
run: |
npx turbo run build
test_js:
strategy:
fail-fast: true

name: Test js package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install node deps and founry
uses: ./.github/actions/setup_deps

- name: Test js package
run: |
npx turbo run test:js
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { parseEther } from "viem";
import { describe, it, expect } from "vitest";
import { describe, expect } from "vitest";
import {
createNew1155Token,
getTokenIdFromCreateReceipt,
Expand Down

0 comments on commit 63b3285

Please sign in to comment.