Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Aug 31, 2024
1 parent 2b7658d commit 03d8fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-server/tests/renaming.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ describe('Renaming', async () => {
`);
});

it.only('Template Ref', async () => {
it('Template Ref', async () => {
expect(
await requestRename('tsconfigProject/fixture.vue', 'vue', `
<template>
Expand Down

0 comments on commit 03d8fab

Please sign in to comment.