Add ignore to multichild test

This commit is contained in:
Sebastian Markbage
2017-03-13 17:04:37 -07:00
parent b363803d26
commit 46bcd7fdf2
@@ -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, [],