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 fdacd23 commit b1c7d7bCopy full SHA for b1c7d7b
kyuubi-server/web-ui/src/test/unit/views/layout/aside.spec.ts
@@ -34,6 +34,5 @@ test('mount component', () => {
34
plugins: [mockRouter, getStore()]
35
}
36
})
37
- expect(wrapper.text())
38
- .toContain(import.meta.env.VITE_APP_VERSION)
+ expect(wrapper.text()).toContain(import.meta.env.VITE_APP_VERSION)
39
0 commit comments