Skip to content

Commit

Permalink
Fix formatting in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-azarchs committed Dec 6, 2022
1 parent 025759f commit 39a72b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/tests/input.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ import { get } from "../input";

describe("foo", () => {
test("bar", () => {
expect(get()).toStrictEqual({ args: [], toolchain: undefined, useCross: false, workingDirectory: undefined });
expect(get()).toStrictEqual({
args: [],
toolchain: undefined,
useCross: false,
workingDirectory: undefined,
});
});
});

0 comments on commit 39a72b4

Please sign in to comment.