Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (deftest test-route-back
  2. (checking (str "that when route-back is dispatched, the view"
  3. " routed to is the previous view in the view-"
  4. "history") 1
  5. [routes (s/gen (vec views-set))]
  6. (.log js/console routes)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement