Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f80b20f

Browse files
committedApr 15, 2015
Fetch query from correct location in tests
1 parent eb2964a commit f80b20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/intern.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ define({
5151
// Packages that should be registered with the loader in each testing environment
5252
packages: [
5353
{ name: 'candy', location: '.' }
54-
, { name: 'jquery', location: 'bower_components/jquery', main: 'jquery' }
54+
, { name: 'jquery', location: 'bower_components/jquery/dist', main: 'jquery' }
5555
, { name: 'sinon', location: 'node_modules/sinon/lib', main: 'sinon' }
5656
, { name: 'sinon-chai', location: 'node_modules/sinon-chai/lib', main: 'sinon-chai' }
5757
, { name: 'lolex', location: 'node_modules/lolex', main: 'lolex' }

0 commit comments

Comments
 (0)
This repository has been archived.