Reputation: 8945
I am using react native development and using jest for testing . and my cases my all are test cases passing but getting this error .
console.error node_modules/react-native/Libraries/Core/ExceptionsManager.js:71
Warning: Invalid argument supplied to oneOf, expected an instance of array.
console.error node_modules/react-native/Libraries/Core/ExceptionsManager.js:71
Warning: In next release empty section headers will be rendered. In this release you can use 'enableEmptySections' flag to render empty section headers.
console.error node_modules/react-native/Libraries/Core/ExceptionsManager.js:71
Warning: In next release empty section headers will be rendered. In this release you can use 'enableEmptySections' flag to render empty section headers
in my all test cases
Upvotes: 4
Views: 389