Skip to content

Commit

Permalink
Skip 'TokenPaymaster' test for the 'coverage' task
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Dec 25, 2024
1 parent a6ed7ed commit 493a62a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/samples/TokenPaymaster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ function uniq (arr: any[]): any[] {
}

describe('TokenPaymaster', function () {
if (process.env.COVERAGE != null) {
return
}

const minEntryPointBalance = 1e17.toString()
const initialPriceToken = 100000000 // USD per TOK
const initialPriceEther = 500000000 // USD per ETH
Expand Down

0 comments on commit 493a62a

Please sign in to comment.