fix the frontend unit test issues
This commit is contained in:
parent
323f7646e8
commit
9f441acfb1
|
@ -19,7 +19,7 @@ import {SupportedExtension, SupportedExtensions} from "../store";
|
|||
describe("SupportedExtensions", () => {
|
||||
test('length check', () => {
|
||||
const extensions = SupportedExtensions()
|
||||
expect(extensions.length).toBe(5)
|
||||
expect(extensions.length).toBe(6)
|
||||
})
|
||||
|
||||
for (const extension of SupportedExtensions()) {
|
||||
|
|
Loading…
Reference in New Issue