Skip to content

Commit 0097fb8

Browse files
committed
Use import map
1 parent 09593ce commit 0097fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/node.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { NodeRegistry } from "./node-registry.ts";
44
import { assertEquals, assertObjectMatch } from "jsr:@std/assert";
55
import { bootstrap } from "@needle-di/core";
66
import { Lexicons } from "@atproto/lexicon";
7-
import { AtpBaseClient } from "npm:@atproto/api";
7+
import { AtpBaseClient } from "@atproto/api";
88

99
function assertSuccessfullResolution(
1010
data: Resolution,

0 commit comments

Comments
 (0)