Skip to content

Commit 6af69da

Browse files
committed
fix (test): fix mocks for modules and commonJS build test
1 parent 2691ffc commit 6af69da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__mocks__/react-easy-state.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export * from '../src'
33

44
// use this to test the es6 modules build
5-
// export * from '../dist/es6'
5+
// export * from '../dist/easyState.module'
66

77
// use to test the commonJS build
8-
// export * from '../dist/es5'
8+
// export * from '../dist/easyState.commonJS'

0 commit comments

Comments
 (0)