JS: update tests to not use deleted deprecations

This commit is contained in:
Erik Krogh Kristensen
2022-03-07 13:25:02 +01:00
parent 9e46239928
commit c48a5a1294
4 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import javascript
from JQueryMethodCall mc, Expr e
where mc.interpretsArgumentAsHtml(e)
select mc, e
from JQuery::MethodCall mc, DataFlow::Node node
where mc.interpretsArgumentAsHtml(node)
select mc, node