Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 3, 2019
1 parent 18268c5 commit 9a28689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions spec/options/strictDefaults.spec.js
@@ -1,7 +1,6 @@
'use strict';

var Ajv = require('../ajv');
var getAjvInstances = require('../ajv_instances');
var should = require('../chai').should();


Expand Down Expand Up @@ -43,7 +42,7 @@ describe('strictDefaults option', function() {
}
]
};

ajv.compile(schema);
should.not.exist(output.warning);
});
Expand Down Expand Up @@ -161,6 +160,6 @@ describe('strictDefaults option', function() {
error: function() {
throw new Error('error should not be called');
}
}
};
}
});
2 changes: 1 addition & 1 deletion spec/options/useDefaults.spec.js
Expand Up @@ -2,7 +2,7 @@

var Ajv = require('../ajv');
var getAjvInstances = require('../ajv_instances');
var should = require('../chai').should();
require('../chai').should();


describe('useDefaults options', function() {
Expand Down

0 comments on commit 9a28689

Please sign in to comment.