Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Alejandro Gallardo Diez authored and Guillermo Alejandro Gallardo Diez committed Jan 4, 2025
1 parent 393f18d commit 197f172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/make.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('create contract', () => {
await new Promise<void>((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);
Expand Down

0 comments on commit 197f172

Please sign in to comment.