We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d6567 commit 54ec4e8Copy full SHA for 54ec4e8
console/atest-ui/src/views/__test__/store.spec.ts
@@ -19,7 +19,7 @@ import { SupportedExtension, SupportedExtensions } from "../store";
19
describe("SupportedExtensions", () => {
20
test('length check', () => {
21
const extensions = SupportedExtensions()
22
- expect(extensions.length).toBe(8)
+ expect(extensions.length).toBe(9)
23
})
24
25
for (const extension of SupportedExtensions()) {
0 commit comments