fix the frontend ut error

This commit is contained in:
rick 2025-03-31 07:29:33 +00:00
parent 355390b68a
commit 5f80de803c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import { SupportedExtension, SupportedExtensions } from "../store";
describe("SupportedExtensions", () => {
test('length check', () => {
const extensions = SupportedExtensions()
expect(extensions.length).toBe(7)
expect(extensions.length).toBe(8)
})
for (const extension of SupportedExtensions()) {