mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 00:00:20 +08:00
@@ -1,13 +1,14 @@
|
||||
import * as toolcache from "@actions/tool-cache";
|
||||
import test from "ava";
|
||||
import nock from "nock";
|
||||
import * as path from "path";
|
||||
|
||||
import * as codeql from "./codeql";
|
||||
import * as defaults from "./defaults.json";
|
||||
import * as path from "path";
|
||||
import * as toolcache from "@actions/tool-cache";
|
||||
import * as util from "./util";
|
||||
|
||||
import nock from "nock";
|
||||
import test from "ava";
|
||||
|
||||
import { getRunnerLogger } from "./logging";
|
||||
import { setupTests } from "./testing-utils";
|
||||
import * as util from "./util";
|
||||
import * as defaults from "./defaults.json";
|
||||
|
||||
setupTests(test);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user