mirror of
https://github.com/github/codeql.git
synced 2026-07-02 10:05:31 +02:00
8 lines
166 B
Python
8 lines
166 B
Python
import runs_on
|
|
|
|
|
|
@runs_on.windows
|
|
def test(codeql, javascript, cwd, subst_drive):
|
|
drive = subst_drive(cwd / "code")
|
|
codeql.database.create(source_root=drive)
|