This commit is contained in:
Eric Bailey
2023-12-19 11:27:19 -06:00
parent fbfb1a92b1
commit d6f4a6d10e
+3 -1
View File
@@ -9,7 +9,9 @@ import {createSystem} from '../system'
jest.mock('react-native', () => ({
Dimensions: {
get: () => ({width: 0, height: 0}),
addEventListener() {},
addEventListener() {
return () => {}
},
},
StyleSheet: {
create(style: any) {