Add prettier-ignore where we do matrix style formatting

This commit is contained in:
Sebastian Markbage
2017-03-02 22:40:43 -08:00
parent 9d34dd3c01
commit df6388ab52
@@ -301,6 +301,7 @@ describe('ReactES6Class', () => {
]);
lifeCycles = []; // reset
test(<Foo value="bar" />, 'SPAN', 'bar');
// prettier-ignore
expect(lifeCycles).toEqual([
'receive-props', freeze({value: 'bar'}),
'should-update', freeze({value: 'bar'}), {},