Skip to content

Commit

Permalink
chore: enable all VTreeview cy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Jun 20, 2024
1 parent 0a32df5 commit 8d6e4bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('VTreeview', () => {
expect(selected.value.sort()).to.deep.equal([3, 4, 6].sort())
})
})
it.only('independent strategy', () => {
it('independent strategy', () => {
const selected = ref([])
cy.mount(() => (
<>
Expand Down

0 comments on commit 8d6e4bd

Please sign in to comment.