Skip to content

Commit

Permalink
Test log.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Nov 19, 2024
1 parent 77caffc commit ef55f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/stepDividers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ beforeAll(async () => {
const { server: s, port } = await createTestHttpServer();
server = s;
url = `http://localhost:${port}`;
console.log('url port', url);

Check warning on line 36 in e2e/tests/stepDividers.test.ts

View workflow job for this annotation

GitHub Actions / test

Unexpected console statement
});

afterAll(async () => {
Expand Down

0 comments on commit ef55f4f

Please sign in to comment.