add stub to models test for specSelectors.isOAS3)

This commit is contained in:
Josh Ponelat
2017-10-25 10:17:10 +02:00
parent 6719a0af33
commit e53bd3aef3

View File

@@ -18,6 +18,7 @@ describe("<Models/>", function(){
return components[c] return components[c]
}, },
specSelectors: { specSelectors: {
isOAS3: () => false,
definitions: function() { definitions: function() {
return fromJS({ return fromJS({
def1: {}, def1: {},