dwyl / adoro

❤️ The little publishing tool you'll love using. [work-in-progress]
http://www.dwyl.io/
32 stars 8 forks source link

The code is not covered by tests #36

Open Conorc1000 opened 8 years ago

Conorc1000 commented 8 years ago

Write tests to cover the pre existing functions. Using Jasmine.

nelsonic commented 8 years ago

@Conorc1000 can we stick to Tape for backend tests? jasmine

Jasmine is lovely, but adds more complexity for server-side code...

Conorc1000 commented 8 years ago

Okay, @nelsonic jasmine

nelsonic commented 8 years ago

Also, you probably shouldn't write retrospective tests for my throw-away code. It was just me trying something out and should probably be ignored TBH ... (I'm not precious about anything I've written...)

tormod17 commented 8 years ago

@Conorc1000 - pivoted to Qunit frontend testing from Jasmine. Testing input fields.