Skip to content

Commit b1c7d7b

Browse files
committed
web ui lint fix
1 parent fdacd23 commit b1c7d7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kyuubi-server/web-ui/src/test/unit/views/layout/aside.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ test('mount component', () => {
3434
plugins: [mockRouter, getStore()]
3535
}
3636
})
37-
expect(wrapper.text())
38-
.toContain(import.meta.env.VITE_APP_VERSION)
37+
expect(wrapper.text()).toContain(import.meta.env.VITE_APP_VERSION)
3938
})

0 commit comments

Comments
 (0)