Skip to content

Commit 085ca08

Browse files
committed
Fix import and remove unused code in
trebuchet.test.ts
1 parent 74710e6 commit 085ca08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/day-01/trebuchet.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { describe, expect, test } from "bun:test";
22
import { trebuchet } from "./trebuchet";
33

4-
const input = Bun.file("src/day-01/input.txt");
5-
6-
const content = await input.text();
7-
84
describe("Day 01, trebuchet", () => {
95
describe("Part 1, should form a single two-digit number by combining the first digit and the last digit in that order", () => {
106
test("one string", () => {

0 commit comments

Comments
 (0)