diff --git a/test/__snapshots__/main-app.test.ts.snap b/test/__snapshots__/main-app.test.ts.snap index 29365db..545ee0c 100644 --- a/test/__snapshots__/main-app.test.ts.snap +++ b/test/__snapshots__/main-app.test.ts.snap @@ -3,7 +3,7 @@ exports[`MainApp renders correctly 1`] = ` @@ -5183,16 +5183,16 @@ exports[`MainApp renders correctly 1`] = `
- Found 1589 fonts + Found 1595 fonts
diff --git a/test/main-app.test.ts b/test/main-app.test.ts index 6f6e0dd..8137a58 100644 --- a/test/main-app.test.ts +++ b/test/main-app.test.ts @@ -152,11 +152,11 @@ describe("MainApp", () => { expect(selectedCategory.value).toBe("display"); expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
- Found 398 fonts: + Found 404 fonts:
@@ -253,11 +253,11 @@ describe("MainApp", () => { expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -331,11 +331,11 @@ describe("MainApp", () => { const searchStatus = document.querySelector("search-status"); expect(searchStatus).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -390,10 +390,10 @@ describe("MainApp", () => { expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -415,11 +415,11 @@ describe("MainApp", () => { const searchStatus = document.querySelector("search-status"); expect(searchStatus).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -441,11 +441,11 @@ describe("MainApp", () => { const searchStatus = document.querySelector("search-status"); expect(searchStatus).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -467,11 +467,11 @@ describe("MainApp", () => { const searchStatus = document.querySelector("search-status"); expect(searchStatus).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -631,7 +631,7 @@ describe("MainApp", () => { expect(document.querySelector("search-status")).toMatchInlineSnapshot(` { selected-variant="" >
- Found 1589 fonts + Found 1595 fonts
`); @@ -718,10 +718,10 @@ describe("MainApp", () => { const searchStatus = document.querySelector("search-status"); expect(searchStatus).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -735,11 +735,11 @@ describe("MainApp", () => { const searchStatus = document.querySelector("search-status"); expect(searchStatus).toMatchInlineSnapshot(`
- Found 28 fonts: + Found 30 fonts:
@@ -818,10 +818,10 @@ describe("MainApp", () => { expect(checkboxVariable.checked).toBeFalsy(); expect(document.querySelector("search-status")).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -895,10 +895,10 @@ describe("MainApp", () => { const searchStatus = document.querySelector("search-status"); expect(searchStatus).toMatchInlineSnapshot(`
- Found 1589 fonts + Found 1595 fonts
`); @@ -916,7 +916,7 @@ describe("MainApp", () => { const sortBy = document.querySelector("sort-by"); expect(sortBy).toMatchInlineSnapshot(`