Skip to content

Commit 1b99ed6

Browse files
committed
Refactor maxCount object in cube-conundrum.test.ts
1 parent 68485ba commit 1b99ed6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/day-02/cube-conundrum.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ const input = Bun.file("src/day-02/input.txt");
77
const content_input = await input.text();
88
const content_example = await example.text();
99

10-
type maxCountType = {
11-
[key: string]: number;
12-
};
13-
14-
const maxCount: maxCountType = {
15-
red: 12,
16-
green: 13,
17-
blue: 14,
18-
};
19-
2010
describe("Day 02, cube conundrum", () => {
2111
describe("Part One", () => {
2212
test("it should return 8, example", () => {

0 commit comments

Comments
 (0)