eisisig / react-isolate

React Component Isolation Playground
11 stars 0 forks source link

Pick up Components tests and provide way to run them #7

Open eisisig opened 9 years ago

eisisig commented 9 years ago

I had already implemented this but it was parsing the tests and was really fragile.

We should probably just pick up the file, store the path and then have a way in the Components view to run it.

We could use something like shell-js/exec and run the test. The have a way (ajax/iframe) to display the results of that call