Skip to content

Commit

Permalink
chore: removing redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 1, 2024
1 parent e15b7ef commit fe00038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/approval-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('When generating a ts client for a the contract', () => {
if (writeActual) fs.writeFileSync(path.join(dir, `client.generated.ts`), result)

const approvedClient = fs.readFileSync(path.join(dir, `client.ts`), 'utf-8')
console.log(path.join(dir, `client.ts`))
expect(result).toBe(approvedClient)
})
})

0 comments on commit fe00038

Please sign in to comment.