Adding tests for frontRegApp.js
authorSteve Sutton <ssutton@gmail.com>
Fri, 20 Oct 2017 01:17:22 +0000 (21:17 -0400)
committerSteve Sutton <ssutton@gmail.com>
Fri, 20 Oct 2017 01:17:22 +0000 (21:17 -0400)
commitc967bb89c56d944be9afa3d6a292f38e13e39dd7
tree0bfa35b9e502506c0d3dc684d5ed752b8764ebe6
parent0fc0a67d1c968598135c4ad34af24ab831cbdacb
Adding tests for frontRegApp.js

Adding test for regClass, regEvent, cart models.
js/frontRegApp.js
js/models/front/account.js
tests/js/spec/models/account.spec.js
tests/js/spec/models/cart.spec.js [new file with mode: 0644]
tests/js/spec/models/regClass.spec.js [new file with mode: 0644]
tests/js/spec/models/regEvent.spec.js [new file with mode: 0644]
tests/test.html