dumps optimized

This commit is contained in:
2025-11-27 14:46:11 +01:00
parent 6a0cab6cc6
commit 1348c37675
48 changed files with 134350 additions and 7912 deletions

View File

@@ -38,7 +38,7 @@ export class FixtureServer implements IFixtureServer {
private fixturesPath: string;
constructor(fixturesPath?: string) {
this.fixturesPath = fixturesPath ?? path.resolve(process.cwd(), 'resources/mock-fixtures');
this.fixturesPath = fixturesPath ?? path.resolve(process.cwd(), 'html-dumps');
}
async start(port: number = 3456): Promise<{ url: string; port: number }> {