dumps optimized
This commit is contained in:
@@ -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 }> {
|
||||
|
||||
Reference in New Issue
Block a user