From 63488c1a3c14cb270c1ae0279e636f4a032d2b05 Mon Sep 17 00:00:00 2001 From: Matthias Rohmer Date: Mon, 28 Jun 2021 10:12:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20Explicitly=20log=20loaded=20fixt?= =?UTF-8?q?ure=20paths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/fixtures/load.ts | 1 + 1 file changed, 1 insertion(+) 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);