Skip to content

Commit

Permalink
Cosmetic/code refactoring (#33)
Browse files Browse the repository at this point in the history
* code division

* native token refactor

* Permit2 transactions refactor

* test fix for not a function issue and some lint rule

* test failed fix added

* minor fixes

---------

Co-authored-by: talhamalik883 <talhamalik883@gmail.com>
  • Loading branch information
anshulforyou and talhamalik883 authored Nov 27, 2023
1 parent d2669c7 commit 68e35d1
Show file tree
Hide file tree
Showing 8 changed files with 593 additions and 644 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest'
}
},
setupFiles: ['./tests/EthersMock.ts']
}
Loading

0 comments on commit 68e35d1

Please sign in to comment.