We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68477c commit b796539Copy full SHA for b796539
test/unit/deref.test.js
@@ -313,7 +313,7 @@ describe('DEREF FUNCTION TESTS ', function() {
313
expect(output.required).to.not.include('tag');
314
done();
315
});
316
-
+
317
it('should handle schema with enum having no type defined for resolveTo set as schema', function(done) {
318
var schema = {
319
'enum': [
@@ -335,6 +335,8 @@ describe('DEREF FUNCTION TESTS ', function() {
335
336
expect(output.type).to.equal('string');
337
expect(output.default).to.equal('<string>');
338
+ done();
339
+ });
340
341
it('should return schema with example parameter(if given) for $ref just like inline schema', function(done) {
342
0 commit comments