bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

Building a card that both shows a react component and unit tests for it #72

Closed mikavilpas closed 8 years ago

mikavilpas commented 8 years ago

Hi, I thought about such a card for a game I'm making. I found some tests are very difficult to read and distinguish because they have complex game state with many coordinates and such numeric data.

-> My use case is to easily see the test state associated with the unit tests that follow in the same card.

I thought I'll create a custom card for this, but would also like to hear your thoughts: would you see this as a useful feature?