Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fetch query from correct location in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Apr 15, 2015
1 parent eb2964a commit f80b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/intern.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define({
// Packages that should be registered with the loader in each testing environment
packages: [
{ name: 'candy', location: '.' }
, { name: 'jquery', location: 'bower_components/jquery', main: 'jquery' }
, { name: 'jquery', location: 'bower_components/jquery/dist', main: 'jquery' }
, { name: 'sinon', location: 'node_modules/sinon/lib', main: 'sinon' }
, { name: 'sinon-chai', location: 'node_modules/sinon-chai/lib', main: 'sinon-chai' }
, { name: 'lolex', location: 'node_modules/lolex', main: 'lolex' }
Expand Down

0 comments on commit f80b20f

Please sign in to comment.