diff --git a/test/make.test.ts b/test/make.test.ts index 782de3d3..3445082b 100644 --- a/test/make.test.ts +++ b/test/make.test.ts @@ -23,7 +23,7 @@ describe('create contract', () => { await new Promise((resolve, reject) => { const allContent = []; dir.readFiles(projectPath, - { exclude: ['node_modules', 'Cargo.lock', 'package-lock.json', 'yarn.lock', '.DS_Store', '.github'] }, + { exclude: ['node_modules', 'Cargo.lock', 'package-lock.json', 'yarn.lock', '.DS_Store', '.github', '.git'] }, function (err, content, next) { if (err) { reject(err);