Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 10, 2024
1 parent 1ab4486 commit 2315387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LanguageServer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ describe('LanguageServer', () => {
await test(s`${rootDir}/source/main.brs`, false);
});

it.only('excludes explicit workspaceFolder paths', async () => {
it('excludes explicit workspaceFolder paths', async () => {
(server as any).connection = connection;
sinon.stub(server['connection'].workspace, 'getWorkspaceFolders').returns(Promise.resolve([{
name: 'workspace1',
Expand Down

0 comments on commit 2315387

Please sign in to comment.