Skip to content

Commit

Permalink
fix docs.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed May 29, 2024
1 parent adadf48 commit f5279b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/fdr/src/__test__/local/services/docs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ it("docs register V2", async () => {
);
expect(docs.baseUrl.domain).toEqual("acme.docs.buildwithfern.com");
expect(Object.entries(docs.definition.files)).toHaveLength(3);
expect(docs.definition.config.typography).toEqual({
expect(docs.definition.config.typographyV2).toEqual({
headingsFont: {
name: "Syne",
fontFile: FONT_FILE_ID,
Expand Down

0 comments on commit f5279b2

Please sign in to comment.