Skip to content

Commit 739ec8e

Browse files
author
Andy Hanson
committed
Update tests
1 parent 435338b commit 739ec8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/baselines/reference/umdGlobalConflict.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export var x: string;
77

88
=== tests/cases/compiler/v2/index.d.ts ===
99
export as namespace Alpha;
10-
>Alpha : typeof
10+
>Alpha : typeof "tests/cases/compiler/v2/index"
1111

1212
export var y: number;
1313
>y : number

tests/cases/fourslash/jsRequireQuickInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
////exports.x = 0;
99

1010
goTo.marker();
11-
verify.quickInfoIs('const x: typeof "tests/cases/fourslash/b"');
11+
verify.quickInfoIs('const x: typeof "/tests/cases/fourslash/b"');

0 commit comments

Comments
 (0)