We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4717fc9 commit 8abd7b5Copy full SHA for 8abd7b5
src/test/index.spec.ts
@@ -1117,7 +1117,7 @@ test('Detect when typescript adds new ModuleKind values; flag as a failure so we
1117
expect(ts.ModuleKind[99]).toBeUndefined();
1118
}
1119
check(7, 'ES2022', false);
1120
- check(100, 'Node12', false);
+ check(100, 'Node16', false);
1121
check(199, 'NodeNext', false);
1122
const actualKeys = Object.keys(ts.ModuleKind);
1123
actualKeys.sort();
0 commit comments