mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +01:00
8 lines
197 B
Python
8 lines
197 B
Python
import os
|
|
from create_database_utils import *
|
|
from diagnostics_test_utils import *
|
|
|
|
run_codeql_database_create([], lang="javascript", runFunction = runSuccessfully, db = None)
|
|
|
|
check_diagnostics()
|