JS: Remove unneeded integration test

This commit is contained in:
Asger F
2025-06-02 16:41:34 +02:00
parent f5f12c2f81
commit 1cab99290e
5 changed files with 0 additions and 9 deletions

View File

@@ -1 +0,0 @@
export const foo: { bar: number } = { bar: 42};

View File

@@ -1,5 +0,0 @@
import javascript
from Expr e, Type t
where t = e.getType()
select e, t

View File

@@ -1,2 +0,0 @@
def test(codeql, javascript):
codeql.database.create(extractor_option="skip_types=true")