Skip to content

Commit 3ce6073

Browse files
committed
add test case
1 parent acb0f2e commit 3ce6073

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascript/ql/test/query-tests/Expressions/UnknownDirective/UnknownDirective.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ function yui() {
4545
":nomunge"; // NOT OK
4646
"foo(), bar, baz:nomunge"; // NOT OK
4747
}
48+
49+
function babel_typeof(obj) {
50+
"@babel/helpers - typeof"
51+
}

0 commit comments

Comments
 (0)