fix tests
This commit is contained in:
parent
e3e091b873
commit
496548d8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ describe('Plugins', function() {
|
|||
});
|
||||
|
||||
it('should return config', function() {
|
||||
var config = plugins.getCachedConfig();
|
||||
var config = plugins.getConfig();
|
||||
should.exist(config);
|
||||
/* jshint expr: true */
|
||||
config.should.be.an.Object;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue