diff --git a/packages/lwc-language-server/src/__tests__/component-indexer.test.ts b/packages/lwc-language-server/src/__tests__/component-indexer.test.ts index 3443a328..50693eed 100644 --- a/packages/lwc-language-server/src/__tests__/component-indexer.test.ts +++ b/packages/lwc-language-server/src/__tests__/component-indexer.test.ts @@ -154,7 +154,7 @@ describe('ComponentIndexer', () => { }); describe('updateSfdxTsConfigPath', () => { - it('updates updates tsconfig.sfdx.json path mapping', async () => { + it('updates tsconfig.sfdx.json path mapping', async () => { const tsconfigTemplate = { compilerOptions: { target: 'ESNext',