Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Nov 29, 2024
1 parent f9bae80 commit 45420b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/docs-resolver/src/__test__/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const apiDefinitionId = "550e8400-e29b-41d4-a716-446655440000";
it.skip("converts to api reference node", async () => {
const docsWorkspace = await loadDocsWorkspace({
fernDirectory: resolve(AbsoluteFilePath.of(__dirname), "fixtures/stream/fern"),
context,
context
});

if (docsWorkspace == null) {
Expand Down

0 comments on commit 45420b7

Please sign in to comment.