mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add ignore to multichild test
This commit is contained in:
@@ -105,6 +105,7 @@ var expectChildren = function(container, children) {
|
||||
describe('ReactMultiChildText', () => {
|
||||
it('should correctly handle all possible children for render and update', () => {
|
||||
spyOn(console, 'error');
|
||||
// prettier-ignore
|
||||
testAllPermutations([
|
||||
// basic values
|
||||
undefined, [],
|
||||
|
||||
Reference in New Issue
Block a user