leftiness / react-demo

Other
0 stars 0 forks source link

Extract test helpers from Reservations component test #52

Open leftiness opened 8 years ago

leftiness commented 8 years ago

I wrote some test helpers for the reservations component. result() and spy(). Result should be extracted into a separate file, which itself should probably be tested. Spy... maybe not. I think I should be using a proper spy library, but sinon is being annoying. See issue #50.