Skip to content

Commit

Permalink
chore: better place for fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs committed Nov 14, 2024
1 parent 9e276ec commit beea641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run-e2e-tests.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {execSync, spawn} from "child_process";
import {format} from "date-fns";
import { execSync, spawn } from "child_process";
import { format } from "date-fns";
import dotenv from "dotenv";
import fs from "fs";
import path from "path";

dotenv.config();

const FIXTURE_BASE_PATH = path.join("test", "e2e", "fixtures");
const FIXTURE_BASE_PATH = path.join("cypress", "e2e", "fixtures");

const colors = {
play: "\x1b[34m", // Blue for play server logs
Expand Down

0 comments on commit beea641

Please sign in to comment.