Skip to content

Commit 9f441ac

Browse files
committed
fix the frontend unit test issues
1 parent 323f764 commit 9f441ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/atest-ui/src/views/__test__/store.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {SupportedExtension, SupportedExtensions} from "../store";
1919
describe("SupportedExtensions", () => {
2020
test('length check', () => {
2121
const extensions = SupportedExtensions()
22-
expect(extensions.length).toBe(5)
22+
expect(extensions.length).toBe(6)
2323
})
2424

2525
for (const extension of SupportedExtensions()) {

0 commit comments

Comments
 (0)