mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-04 12:05:07 +01:00
7 lines
123 B
TypeScript
7 lines
123 B
TypeScript
import { defineConfig } from "cypress";
|
|
|
|
export default defineConfig({
|
|
fixturesFolder: false,
|
|
projectId: "8cua4m",
|
|
});
|