Skip to content

Commit 270f7ad

Browse files
committed
Fix import order in testing-utils.ts
1 parent d72c7f1 commit 270f7ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/testing-utils.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/testing-utils.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/testing-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { TestFn } from "ava";
66
import nock from "nock";
77
import * as sinon from "sinon";
88

9+
import { AnalysisKind } from "./analyses";
910
import * as apiClient from "./api-client";
1011
import { GitHubApiDetails } from "./api-client";
1112
import * as codeql from "./codeql";
@@ -25,7 +26,6 @@ import {
2526
GitHubVersion,
2627
HTTPError,
2728
} from "./util";
28-
import { AnalysisKind } from "./analyses";
2929

3030
export const SAMPLE_DOTCOM_API_DETAILS = {
3131
auth: "token",

0 commit comments

Comments
 (0)