a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(lexicon-doc): fix test imports

Mary 7918bff7 345525aa

+1 -1
+1 -1
packages/lexicons/lexicon-doc/lib/utils/refs.test.ts
··· 1 1 import { describe, expect, it } from 'vitest'; 2 2 3 - import type { LexiconDoc } from '../schema.js'; 3 + import type { LexiconDoc } from '../types.js'; 4 4 import { findExternalReferences } from './refs.js'; 5 5 6 6 describe('findExternalReferences', () => {