diff --git a/commands/fixtures/load.ts b/commands/fixtures/load.ts index 97887a57..a5c92497 100644 --- a/commands/fixtures/load.ts +++ b/commands/fixtures/load.ts @@ -101,6 +101,7 @@ export default class LoadFixtures extends BaseCommand { public async run() { this.fixturePaths = await this.listFixtureFiles(); + console.log(this.fixturePaths); for (const path of this.fixturePaths) { const fixture = await this.loadFixture(path);