Skip to content

Commit 3d7ac94

Browse files
committed
wip
1 parent 34ba6cc commit 3d7ac94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-typescript/src/lib/typescript-plugin.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('typescriptPlugin-config-object', () => {
4343
expect(loadTsConfigDefaultsByVersionSpy).toHaveBeenCalledTimes(1);
4444
expect(loadTargetConfigSpy).toHaveBeenCalledTimes(1);
4545
expect(loadTargetConfigSpy).toHaveBeenCalledWith(
46-
expect.stringContaining('mocked-away/tsconfig.json'),
46+
expect.stringContaining('mocked-away'),
4747
);
4848
expect(() => pluginConfigSchema.parse(pluginConfig)).not.toThrow();
4949

0 commit comments

Comments
 (0)