From fa27bb8f21de6dcee9bfc1cfcd4027a674e2715c Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 9 Oct 2024 21:21:20 -0700 Subject: [PATCH] chore: log kitchen fixtures --- test/kitchen.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/kitchen.ts b/test/kitchen.ts index e8133d8a..6f425bfb 100644 --- a/test/kitchen.ts +++ b/test/kitchen.ts @@ -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.