fix ui unit test

This commit is contained in:
rick 2025-04-11 06:58:35 +00:00
parent e3d6567cb2
commit 54ec4e8712
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(8)
expect(extensions.length).toBe(9)
})
for (const extension of SupportedExtensions()) {