[WIP] Added a proof of concept for unit testing of a React component. Uses flow type annotations as well
This commit is contained in:
parent
a9a3c34358
commit
f806c4c420
5 changed files with 1242 additions and 32 deletions
2
.babelrc
2
.babelrc
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"presets": ["env"],
|
||||
"presets": ["env", "flow"],
|
||||
"plugins": ["transform-react-jsx"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue