From 46bcd7fdf2ba7a9e7813398ddc1d835ab05b2736 Mon Sep 17 00:00:00 2001 From: Sebastian Markbage Date: Mon, 13 Mar 2017 17:04:37 -0700 Subject: [PATCH] Add ignore to multichild test --- src/renderers/__tests__/ReactMultiChildText-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderers/__tests__/ReactMultiChildText-test.js b/src/renderers/__tests__/ReactMultiChildText-test.js index c819ae3343..ef471cca18 100644 --- a/src/renderers/__tests__/ReactMultiChildText-test.js +++ b/src/renderers/__tests__/ReactMultiChildText-test.js @@ -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, [],