mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
JS: Remove unneeded integration test
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export const foo: { bar: number } = { bar: 42};
|
||||
@@ -1,5 +0,0 @@
|
||||
import javascript
|
||||
|
||||
from Expr e, Type t
|
||||
where t = e.getType()
|
||||
select e, t
|
||||
@@ -1,2 +0,0 @@
|
||||
def test(codeql, javascript):
|
||||
codeql.database.create(extractor_option="skip_types=true")
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user