[WIP] Added a proof of concept for unit testing of a React component. Uses flow type annotations as well

This commit is contained in:
Sean Toner 2017-07-11 15:05:31 -04:00
parent a9a3c34358
commit f806c4c420
5 changed files with 1242 additions and 32 deletions

View file

@ -1,4 +1,4 @@
{
"presets": ["env"],
"presets": ["env", "flow"],
"plugins": ["transform-react-jsx"]
}