From fd6002fc6717b4d967f8081dac3004183f5d5da6 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Wed, 3 Aug 2022 13:20:41 +0200 Subject: [PATCH] fix unit test --- test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test.js b/test.js index cb89125..7cd5761 100644 --- a/test.js +++ b/test.js @@ -11,7 +11,6 @@ test('generates a fastify project in the current folder', async ({ equal, match spawnSync('node', [join(__dirname, 'cmd.js')], { cwd: dir }) match(readdirSync(dir).sort(), [ '.gitignore', - '.vscode', 'README.md', 'app.js', 'package.json',