Skip to content

Commit

Permalink
Update packages/lwc-language-server/src/__tests__/component-indexer.t…
Browse files Browse the repository at this point in the history
…est.ts

Co-authored-by: Daphne Yang <[email protected]>
  • Loading branch information
jmsjtu and daphne-sfdc authored Jul 16, 2024
1 parent c960b2d commit b5cc5c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b5cc5c8

Please sign in to comment.