Skip to content

Commit 52a5bce

Browse files
committed
TS: Update test affected by new stringification
1 parent aff90b1 commit 52a5bce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| unique symbol | esmodule | externalSymbol |
1+
| typeof externalSymbol | esmodule | externalSymbol |

javascript/ql/test/library-tests/TypeScript/Types/GetExprType.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
| tst.ts:28:22:28:25 | null | null |
7070
| tst.ts:29:5:29:13 | neverType | () => never |
7171
| tst.ts:30:5:30:14 | symbolType | symbol |
72-
| tst.ts:31:7:31:22 | uniqueSymbolType | unique symbol |
72+
| tst.ts:31:7:31:22 | uniqueSymbolType | typeof uniqueSymbolType |
7373
| tst.ts:31:41:31:44 | null | null |
7474
| tst.ts:32:5:32:14 | objectType | object |
7575
| tst.ts:33:5:33:16 | intersection | string & { x: string; } |

javascript/ql/test/library-tests/TypeScript/Types/GetTypeExprType.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
| tst.ts:29:16:29:26 | () => never | () => never |
4141
| tst.ts:29:22:29:26 | never | never |
4242
| tst.ts:30:17:30:22 | symbol | symbol |
43-
| tst.ts:31:25:31:37 | unique symbol | unique symbol |
43+
| tst.ts:31:25:31:37 | unique symbol | typeof uniqueSymbolType |
4444
| tst.ts:32:17:32:22 | object | object |
4545
| tst.ts:33:19:33:24 | string | string |
4646
| tst.ts:33:19:33:38 | string & {x: string} | string & { x: string; } |

0 commit comments

Comments
 (0)