Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 27, 2023
1 parent fa14318 commit e088c64
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/panoptic-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint": "biome check .",
"format": "biome format .",
"typecheck": "tsc --noEmit",
"test": "vitest"
"test": "vitest",
"test:ci": "CI=True vitest"
},
"peerDependencies": {
"viem": ">=1"
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { PanopticPool } from "../types/PanopticPool.js";

let id: Hex | undefined = undefined;

// @ts-ignore
let pool: PanopticPool;

beforeEach(async () => {
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit e088c64

Please sign in to comment.