mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
remove leftover assert in test
This commit is contained in:
@@ -162,7 +162,6 @@ describe('package', function () {
|
||||
pkg.install();
|
||||
});
|
||||
pkg.on('install',function () {
|
||||
assert(fs.existsSync(pkg.localPath));
|
||||
async.map([pkg.localPath, cachePath], fs.stat, function (err, results) {
|
||||
if (err) throw new Error(err);
|
||||
assert.equal(results[0].mode, results[1].mode)
|
||||
|
||||
Reference in New Issue
Block a user