Skip to content

Commit 48d92a3

Browse files
committed
Update template.
1 parent 41a5aa4 commit 48d92a3

File tree

9 files changed

+9232
-10
lines changed

9 files changed

+9232
-10
lines changed

template/__tests__/main.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
import { promises as fs } from "fs";
2-
3-
import { } from "src";
1+
import { parseInput } from "src";
42

53
describe("", () => {
4+
let parsedInput;
5+
66
// Act before assertions
77
beforeAll(async () => {
8+
parsedInput = await parseInput("./__tests__/input.txt");
89
});
910

1011
it("", () => {

template/input.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)