fix the frontend unit test issues

This commit is contained in:
rick 2025-03-02 10:00:27 +08:00
parent 323f7646e8
commit 9f441acfb1
No known key found for this signature in database
GPG Key ID: 260A80C757EC6783
1 changed files with 1 additions and 1 deletions

View File

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