Skip to content

Commit

Permalink
Fix filecoin-actor-utils test
Browse files Browse the repository at this point in the history
  • Loading branch information
navFooh committed Aug 22, 2024
1 parent ddc7018 commit 54b3050
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/filecoin-actor-utils/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ module.exports = {
testRegex: '.(spec|test).ts$',
testEnvironment: 'node',
collectCoverageFrom: ['**/*.{ts,js}', '!**/node_modules/**'],
testPathIgnorePatterns: ['/node_modules/']
testPathIgnorePatterns: ['/node_modules/'],
moduleNameMapper: {
'@ipld/dag-cbor': '<rootDir>/node_modules/@ipld/dag-cbor/dist/index.min.js',
},
}

0 comments on commit 54b3050

Please sign in to comment.