Skip to content

Commit a694928

Browse files
committed
use the extractor option directly instead
1 parent 9c52077 commit a694928

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/integration-tests/all-platforms/no-types

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from create_database_utils import *
22

3-
run_codeql_database_create([], lang="javascript", extra_env={"CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES": "true"})
3+
run_codeql_database_create([], lang="javascript", extra_args=["-Oskip_types=true"])

0 commit comments

Comments
 (0)