mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Fix tests.
This commit is contained in:
@@ -25,7 +25,7 @@ describe('.find', function () {
|
||||
bowerJson.find(__dirname, function (err) {
|
||||
expect(err).to.be.an(Error);
|
||||
expect(err.code).to.equal('ENOENT');
|
||||
expect(err.message).to.equal('Neither bower.json nor component.json were found in "' + __dirname + '"');
|
||||
expect(err.message).to.equal('Neither bower.json nor component.json were found in ' + __dirname);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user