mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
All the new serializers and some specs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
describe 'Cart service', ->
|
||||
Cart = null
|
||||
orders = []
|
||||
|
||||
beforeEach ->
|
||||
module 'Darkswarm'
|
||||
angular.module('Darkswarm').value('order', orders)
|
||||
inject ($injector)->
|
||||
Cart = $injector.get("Cart")
|
||||
Reference in New Issue
Block a user