k88hudson / react-formation

Robust, testable forms with react in minutes
https://k88hudson.github.io/react-formation
33 stars 9 forks source link

Breakout CreateForm.test.jsx #35

Closed pippinlee closed 8 years ago

pippinlee commented 8 years ago

tests/CreateForm.test.jsx can likely be broken into further test files. One simple way to break them out would be to create a test file for each method included in src/lib/apiDocs/. So we'd have a test file for each of the following:

These describe blocks aren't specifically part of our api methods, so we could keep them in a single CreateForm.test.jsx file

Does this make any sense?

k88hudson commented 8 years ago

yep!