diff options
Diffstat (limited to 'test/data/testinit.js')
-rw-r--r-- | test/data/testinit.js | 2 |
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(); |