mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Remove unused matcher
This commit is contained in:
@@ -8,10 +8,6 @@ describe "InventoryItems service", ->
|
||||
$provide.value 'inventoryItems', inventoryItems
|
||||
null
|
||||
|
||||
this.addMatchers
|
||||
toDeepEqual: (expected) ->
|
||||
return angular.equals(this.actual, expected)
|
||||
|
||||
inject ($q, _$httpBackend_, _InventoryItems_, _InventoryItemResource_) ->
|
||||
InventoryItems = _InventoryItems_
|
||||
InventoryItemResource = _InventoryItemResource_
|
||||
|
||||
Reference in New Issue
Block a user