Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Autofix: TypeScript imports
Browse files Browse the repository at this point in the history
[atomist:generated] [atomist:autofix=typescript_imports]
  • Loading branch information
ipcrm authored and atomist-bot committed Sep 6, 2019
1 parent da1fc3d commit a181012
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/support/util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
import * as autoClient from "@atomist/automation-client";
import * as assert from "power-assert";
import * as sinon from "sinon";
import {addAtomistSignatureHeader, createHmacSignature, redactObjectProperty, sdmPostWebhook} from "../../lib/support/util";
import {
addAtomistSignatureHeader,
createHmacSignature,
redactObjectProperty,
sdmPostWebhook,
} from "../../lib/support/util";
import * as fakeHttpClients from "../testUtils/fakeHttpFactor.test";
import { fakeHeaders } from "../testUtils/fakeRelayer.test";
describe("util", () => {
Expand Down

0 comments on commit a181012

Please sign in to comment.