millermedeiros / crossroads.js

JavaScript Routes
http://millermedeiros.github.com/crossroads.js/
1.44k stars 156 forks source link

Unit tests #106

Closed malukenho closed 10 years ago

malukenho commented 10 years ago

Add unit tests with jasmine or similar is a good ideia.

millermedeiros commented 10 years ago

it is! that's why we have it inside the "dev/tests" folder! :stuck_out_tongue_winking_eye:

https://github.com/millermedeiros/crossroads.js/tree/master/dev/tests/spec

millermedeiros commented 10 years ago

here is the info on how to execute them: https://github.com/millermedeiros/crossroads.js#running-unit-tests

malukenho commented 10 years ago

@millermedeiros thanks for explanation :)