test('Execute should not affect if marked files do not exist', async (t) => {
  const folder = `${process.cwd()}/emptyDirectory/node_modules`
  try {
    const entryPath = path.resolve(process.cwd(), 'emptyDirectory')
    await run(entryPath, 0, 'execute')