Skip to content

Commit

Permalink
chore(e2e): bring back /tmp/ dir for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karlromets committed Jan 28, 2025
1 parent d6ea1ac commit 2bbad44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion e2e/e2e/static/downloaded-game.json

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import path from "path";
export const PATHS = {
GAME_JSON: path.join(process.cwd(), "static/game.json"),
GAME_CSV: path.join(process.cwd(), "static/game.csv"),
DOWNLOADED_GAME_JSON: path.join(process.cwd(), "static/downloaded-game.json"),
DOWNLOADED_GAME_JSON: path.join(process.cwd(), "/tmp/downloaded-game.json"),
};

0 comments on commit 2bbad44

Please sign in to comment.