prettier/tests/flow/new_react
Simon Lydell dc93bdc983 Sync the Flow tests (#1163)
* Extract custom tests from tests/flow/

Approach:

1. Remove all .js files in tests/flow except .snap.js files.
2. Copy over all .js files from tests/ in the flow repo.
3. Go through the diff looking for deletions.
   - It was easy to see which deletions were due to changes in the tests
     due to updates in the flow repo.
   - For the rest of the deletions, I used `git blame` to verify that
     they had been added by us since the flow tests were copied over.

This makes tests/flow/ simply a copy of the tests from the flow repo,
making it easier to sync with the upstream flow tests in the future.

* Add a script for syncing the flow tests

* Sync the flow tests
2017-04-08 07:52:38 -07:00
..
__snapshots__ Sync the Flow tests (#1163) 2017-04-08 07:52:38 -07:00
fakelib Revert "Improve snapshot naming" (#1070) 2017-03-21 17:38:28 -07:00
FeedUFI.react.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
Mixin.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
UFILikeCount.react.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
bad_default_props.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
classes.js Sync the Flow tests (#1163) 2017-04-08 07:52:38 -07:00
import-react.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsfmt.spec.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
new_react.js Sync the Flow tests (#1163) 2017-04-08 07:52:38 -07:00
propTypes.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
props.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
props2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
props3.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
props4.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
props5.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
state.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
state2.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
state3.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
state4.js Sync the Flow tests (#1163) 2017-04-08 07:52:38 -07:00
state5.js Move tests around (#454) 2017-01-24 14:35:37 -08:00