Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchock committed Nov 14, 2024
1 parent d16324e commit 9cea37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-e2e-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async function waitForServerReady(

function getLatestFixtureTimestamp(): string | null {
console.log("Getting latest timestamp");

if (!fs.existsSync(FIXTURE_BASE_PATH)) {
return null;
}
Expand Down

0 comments on commit 9cea37f

Please sign in to comment.