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 26, 2024
1 parent b7cc05b commit 24f5d46
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 @@ -790,7 +790,7 @@ describe('Renaming', async () => {
`);
});

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

0 comments on commit 24f5d46

Please sign in to comment.