Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
🔊 Explicitly log loaded fixture paths
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasrohmer committed Jun 28, 2021
1 parent f2920cb commit 63488c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/fixtures/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 63488c1

Please sign in to comment.