mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Fix failing test.
This commit is contained in:
@@ -636,8 +636,7 @@ describe('package', function () {
|
||||
var warn = [];
|
||||
|
||||
pkg.on('resolve', function () {
|
||||
// jQuery will get resolved twice as it is a dependency of both explicit dependencies.
|
||||
assert.equal(warn.length, 4);
|
||||
assert.equal(warn.length, 3);
|
||||
next();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user