Skip to content

Commit

Permalink
chore: log kitchen fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Oct 10, 2024
1 parent 3a7c2de commit fa27bb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ describe('🚰 kitchen sink', () => {
fs.moveSync('gts.tgz', targetPath);
fs.copySync(fixturesPath, path.join(stagingPath, path.sep));
console.log('fixtures:', fs.readdirSync(path.join(stagingPath, path.sep)));
console.log(
'kitchen fixtures:',
fs.readdirSync(path.join(stagingPath, path.sep, 'kitchen'))
);
});

// CLEAN UP - remove the staging directory when done.
Expand Down

0 comments on commit fa27bb8

Please sign in to comment.