Skip to content

Commit 740a4af

Browse files
committed
fix global completion tests
1 parent 5dc646e commit 740a4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/fourslash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4713,7 +4713,6 @@ namespace FourSlashInterface {
47134713
functionEntry("encodeURIComponent"),
47144714
functionEntry("escape"),
47154715
functionEntry("unescape"),
4716-
constEntry("NaN"),
47174716
constEntry("Infinity"),
47184717
constEntry("Object"),
47194718
constEntry("Function"),
@@ -4744,6 +4743,7 @@ namespace FourSlashInterface {
47444743
constEntry("Float32Array"),
47454744
constEntry("Float64Array"),
47464745
moduleEntry("Intl"),
4746+
constEntry("NaN"),
47474747
];
47484748

47494749
const globalKeywordsInsideFunction: ReadonlyArray<ExpectedCompletionEntryObject> = [

0 commit comments

Comments
 (0)