Skip to content

Commit 911e435

Browse files
committed
JS: Fix MISSED -> MISSING typo
1 parent 02685df commit 911e435

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/query-tests/Expressions/SuspiciousPropAccess

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Expressions/SuspiciousPropAccess/typeoftype.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function f() {
22
var y: typeof N.x
3-
var z = N.x // $ MISSED: Alert - missed due to const enum workaround
3+
var z = N.x // $ MISSING: Alert - missed due to const enum workaround
44
namespace N {
55
export var x = 45
66
}

0 commit comments

Comments
 (0)