Skip to content

Commit 8abd7b5

Browse files
committed
fix
1 parent 4717fc9 commit 8abd7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ test('Detect when typescript adds new ModuleKind values; flag as a failure so we
11171117
expect(ts.ModuleKind[99]).toBeUndefined();
11181118
}
11191119
check(7, 'ES2022', false);
1120-
check(100, 'Node12', false);
1120+
check(100, 'Node16', false);
11211121
check(199, 'NodeNext', false);
11221122
const actualKeys = Object.keys(ts.ModuleKind);
11231123
actualKeys.sort();

0 commit comments

Comments
 (0)