diff --git a/tests/baselines/reference/umdGlobalConflict.types b/tests/baselines/reference/umdGlobalConflict.types index fa74e26874..d23d42e702 100644 --- a/tests/baselines/reference/umdGlobalConflict.types +++ b/tests/baselines/reference/umdGlobalConflict.types @@ -7,7 +7,7 @@ export var x: string; === tests/cases/compiler/v2/index.d.ts === export as namespace Alpha; ->Alpha : typeof +>Alpha : typeof "tests/cases/compiler/v2/index" export var y: number; >y : number diff --git a/tests/cases/fourslash/jsRequireQuickInfo.ts b/tests/cases/fourslash/jsRequireQuickInfo.ts index 1bf0a3f7f3..3de49830a2 100644 --- a/tests/cases/fourslash/jsRequireQuickInfo.ts +++ b/tests/cases/fourslash/jsRequireQuickInfo.ts @@ -8,4 +8,4 @@ ////exports.x = 0; goTo.marker(); -verify.quickInfoIs('const x: typeof "tests/cases/fourslash/b"'); +verify.quickInfoIs('const x: typeof "/tests/cases/fourslash/b"');