Skip to content

Commit aede6b6

Browse files
committed
printf debugging begins
1 parent dc36f41 commit aede6b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/packages/api/tests/filesystemConsistency.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { APIError, IsEmptyApiResponse } from "../types/general";
77
// note: requires the BE container to be up and running
88
beforeAll(() => {
99
if (process.env.E2E_MODE === "github") {
10+
console.log("hello world! :D")
1011
configureApiUrl("http://backend:8080");
1112
} else {
1213
configureApiUrl("http://localhost:8080")

0 commit comments

Comments
 (0)