We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316ecd1 commit 810d69dCopy full SHA for 810d69d
1 file changed
packages/pointers/src/pointer.test.ts
@@ -1,12 +1,10 @@
1
/// <reference path="../../../jest.d.ts" />
2
import { expect, describe, it } from "@jest/globals";
3
-import chalk from "chalk";
4
5
import { describeSchema } from "@ethdebug/format";
6
7
import { Pointer, isPointer } from "./index.js";
8
9
-
10
describe("type guards", () => {
11
const expressionSchema = {
12
id: "schema:ethdebug/format/pointer/expression"
0 commit comments