Skip to content

Commit

Permalink
Add web3-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Jul 11, 2024
1 parent e5c4eb2 commit 7b8f849
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 368 deletions.
4 changes: 3 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const config = {
transformIgnorePatterns: ['node_modules/(?!minidenticons)'],
transformIgnorePatterns: [
'/node_modules/(?!(@massalabs|big-varint|minidenticons)/)',
],
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
};
Expand Down
Loading

0 comments on commit 7b8f849

Please sign in to comment.