moneybutton / yours-core

Client-side key and content management for Yours.
https://www.yours.network
MIT License
132 stars 27 forks source link

dattreact: Figure out how to write tests for react components and write tests for all components #40

Closed ryanxcharles closed 8 years ago

ryanxcharles commented 9 years ago

We need to take components like "bitcoinbox" and put them in their own file, and then write tests for them, exactly like we have for the files in lib/*.js. The test framework works on our react components already - we just need to actually write tests.

ryanxcharles commented 9 years ago

Partially addressed by https://github.com/dattnetwork/datt/commit/4bcce881fd54a0e530b21663480524bae6d56b62

ryanxcharles commented 9 years ago

Another commit that improves the situation slightly https://github.com/dattnetwork/datt/commit/5e5e901453f92c30378136c23e1104ec4259df5c

ryanxcharles commented 8 years ago

dattreact no longer exists.