Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 374 Bytes

tests.md

File metadata and controls

21 lines (14 loc) · 374 Bytes

Tests

Clean:

$ lein clean

Run your tests (app should be running):

$ lein doo chrome-headless test once

or in watch mode:

$ lein doo chrome-headless test auto

Please note that doo can be configured to run cljs.test in many JS environments (phantom, chrome, ie, safari, opera, slimer, node, rhino, or nashorn).