We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09593ce commit 0097fb8Copy full SHA for 0097fb8
packages/core/src/node.test.ts
@@ -4,7 +4,7 @@ import { NodeRegistry } from "./node-registry.ts";
4
import { assertEquals, assertObjectMatch } from "jsr:@std/assert";
5
import { bootstrap } from "@needle-di/core";
6
import { Lexicons } from "@atproto/lexicon";
7
-import { AtpBaseClient } from "npm:@atproto/api";
+import { AtpBaseClient } from "@atproto/api";
8
9
function assertSuccessfullResolution(
10
data: Resolution,
0 commit comments