Fix import order in testing-utils.ts

This commit is contained in:
Michael B. Gale
2025-08-27 22:27:45 +01:00
parent d72c7f186a
commit 270f7ad1da
3 changed files with 3 additions and 3 deletions

View File

@@ -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",