mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Remove incorrect alert expectation
This is not flagged and AFAICT it shouldn't be
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use foo"; // $ Alert
|
||||
"use strict"; // $ Alert
|
||||
"use strict";
|
||||
|
||||
function bad() {
|
||||
"'use strict'"; // $ Alert
|
||||
|
||||
Reference in New Issue
Block a user