Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jiang authored and Andrew Jiang committed Jan 15, 2025
1 parent fed6350 commit 770fc23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe("PlaygroundCodeSnippetBuilder", () => {
authed: undefined,
viewers: undefined,
orphaned: undefined,
featureFlags: undefined,
};

const endpoint: EndpointDefinition = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe("getBreadcrumbList", () => {
authed: undefined,
viewers: undefined,
orphaned: undefined,
featureFlags: undefined,
};
const parents: FernNavigation.NavigationNode[] = [
{
Expand All @@ -34,6 +35,7 @@ describe("getBreadcrumbList", () => {
authed: undefined,
viewers: undefined,
orphaned: undefined,
featureFlags: undefined,
},
];
expect(
Expand Down
1 change: 1 addition & 0 deletions packages/fern-docs/ui/src/seo/__test__/getSeoProps.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe("getSeoProps", () => {
authed: undefined,
viewers: undefined,
orphaned: undefined,
featureFlags: undefined,
},
parents: [],
currentVersion: undefined,
Expand Down

0 comments on commit 770fc23

Please sign in to comment.