Skip to content

Commit

Permalink
Update renaming.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Aug 25, 2024
1 parent c3dffde commit 1579d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/language-server/tests/renaming.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { TextDocument } from '@volar/language-server';
import { afterEach, describe, expect, it } from 'vitest';
import { URI } from 'vscode-uri';
import * as path from 'path';
import { getLanguageServer, testWorkspacePath } from './server.js';

describe('Renaming', async () => {
Expand Down

0 comments on commit 1579d04

Please sign in to comment.