aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-12-06 15:55:55 -0500
committerTimmy Willison <timmywillisn@gmail.com>2013-12-06 16:04:35 -0500
commitf9ad13c9ec8967916427642db2883a1bf3bccd86 (patch)
treead55994991cada6f447596609d763898eefd68a1 /test/data
parented20e7c645064822f4070a0c60195e4bcdaba683 (diff)
downloadjquery-f9ad13c9ec8967916427642db2883a1bf3bccd86.tar.gz
jquery-f9ad13c9ec8967916427642db2883a1bf3bccd86.zip
Manage bower dependencies with grunt-bowercopy
Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testinit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js
index 3d4b723af..af19dc69d 100644
--- a/test/data/testinit.js
+++ b/test/data/testinit.js
@@ -300,7 +300,7 @@ this.loadTests = function() {
// Subproject tests must be last because they replace our test fixture
- testSubproject( "Sizzle", "../bower_modules/sizzle/test/", /^unit\/.*\.js$/, function() {
+ testSubproject( "Sizzle", "../src/sizzle/test/", /^unit\/.*\.js$/, function() {
// Call load to build module filter select element
QUnit.load();