Skip to content

Commit 85acdfb

Browse files
committed
fix: unit tests
1 parent 156befc commit 85acdfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
modulePathIgnorePatterns: ['dist', 'cypress'],
1212
moduleNameMapper: {
1313
'^react$': '<rootDir>/node_modules/react',
14+
'@react-spring/(.*)': '<rootDir>/packages/$1/src/index.ts',
1415
},
1516
collectCoverageFrom: [
1617
'<rootDir>/packages/{animated,core,rafz,shared}/src/*.{ts,tsx}',

0 commit comments

Comments
 (0)