Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
stub out jquery in tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Oct 16, 2014
1 parent c321e26 commit 73f17aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/spec/collection_view_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ define [
], (_, jQuery, Model, Collection, View, CollectionView, SyncMachine) ->
'use strict'

jQuery = null unless jQuery?.fn

describe 'CollectionView', ->
# Initialize shared variables
collection = null
Expand Down

0 comments on commit 73f17aa

Please sign in to comment.