Skip to content

Commit 8210562

Browse files
committed
test(plugin-typescript-e2e): remove comments
1 parent 18f397c commit 8210562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugin-typescript/src/lib/runner/utils.int.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ describe('loadTargetConfig', () => {
3737
expect.any(Function),
3838
);
3939
expect(parseJsonConfigFileContentSpy).toHaveBeenCalledTimes(1);
40-
// parseJsonConfigFileContent is called with complex internal objects
4140
});
4241

4342
it('should return the parsed content of a tsconfig file that extends another config', () => {

0 commit comments

Comments
 (0)