mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add prettier-ignore where we do matrix style formatting
This commit is contained in:
@@ -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'}), {},
|
||||
|
||||
Reference in New Issue
Block a user