From 197f17266b277f42067855424a2026ed326cfd30 Mon Sep 17 00:00:00 2001 From: Guillermo Alejandro Gallardo Diez Date: Sat, 4 Jan 2025 01:49:12 +0100 Subject: [PATCH] chore: update tests --- test/make.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);