Skip to content

Commit 810d69d

Browse files
committed
Remove unused import
1 parent 316ecd1 commit 810d69d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/pointers/src/pointer.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/// <reference path="../../../jest.d.ts" />
22
import { expect, describe, it } from "@jest/globals";
3-
import chalk from "chalk";
43

54
import { describeSchema } from "@ethdebug/format";
65

76
import { Pointer, isPointer } from "./index.js";
87

9-
108
describe("type guards", () => {
119
const expressionSchema = {
1210
id: "schema:ethdebug/format/pointer/expression"

0 commit comments

Comments
 (0)