mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Fix import order in testing-utils.ts
This commit is contained in:
@@ -6,6 +6,7 @@ import { TestFn } from "ava";
|
||||
import nock from "nock";
|
||||
import * as sinon from "sinon";
|
||||
|
||||
import { AnalysisKind } from "./analyses";
|
||||
import * as apiClient from "./api-client";
|
||||
import { GitHubApiDetails } from "./api-client";
|
||||
import * as codeql from "./codeql";
|
||||
@@ -25,7 +26,6 @@ import {
|
||||
GitHubVersion,
|
||||
HTTPError,
|
||||
} from "./util";
|
||||
import { AnalysisKind } from "./analyses";
|
||||
|
||||
export const SAMPLE_DOTCOM_API_DETAILS = {
|
||||
auth: "token",
|
||||
|
||||
Reference in New Issue
Block a user