Skip to content

Commit

Permalink
web ui lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 6, 2023
1 parent fdacd23 commit b1c7d7b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ test('mount component', () => {
plugins: [mockRouter, getStore()]
}
})
expect(wrapper.text())
.toContain(import.meta.env.VITE_APP_VERSION)
expect(wrapper.text()).toContain(import.meta.env.VITE_APP_VERSION)
})

0 comments on commit b1c7d7b

Please sign in to comment.