We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be8f4a commit 5173b33Copy full SHA for 5173b33
packages/runner/test/json-utils.test.ts
@@ -4,12 +4,8 @@ import { expect } from "@std/expect";
4
import { Identity } from "@commontools/identity";
5
import { StorageManager } from "@commontools/runner/storage/cache.deno";
6
7
-import {
8
- createJsonSchema,
9
-} from "../src/builder/json-utils.ts";
10
11
- type JSONSchema,
12
-} from "../src/builder/types.ts";
+import { createJsonSchema } from "../src/builder/json-utils.ts";
+import { type JSONSchema } from "../src/builder/types.ts";
13
import { Runtime } from "../src/runtime.ts";
14
15
const signer = await Identity.fromPassphrase("test operator");
0 commit comments