10000 Fix the test (#51839) · microsoft/TypeScript@86e0fc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86e0fc9

Browse files
authored
Fix the test (#51839)
1 parent 1f32fef commit 86e0fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/spreadTupleAccessedByTypeParameter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function test<N extends number>(singletons: ["a"][], i: N) {
99

1010
//// [spreadTupleAccessedByTypeParameter.js]
1111
"use strict";
12-
exports.__esModule = true;
12+
Object.defineProperty(exports, "__esModule", { value: true });
1313
exports.test = void 0;
1414
function test(singletons, i) {
1515
var singleton = singletons[i];

0 commit comments

Comments
 (0)
0