forked from loafle/openapi-generator-original
[JS] mark ES5 as deprecated (#6408)
* mark js es5 deprecated, remove samples, migrate samples to use oas3 * update test in pom.xml * update js samples * delete js es5 samples * update js petstore * remove openapi3 js petstore * fix tests * skip test/model/AdditionalPropertiesArray.spec.js * fix test * update doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* OpenAPI Petstore
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* OpenAPI spec version: 1.0.0
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
@@ -84,6 +84,24 @@
|
||||
//expect(instance).to.be();
|
||||
});
|
||||
|
||||
it('should have the property outerEnumInteger (base name: "outerEnumInteger")', function() {
|
||||
// uncomment below and update the code to test the property outerEnumInteger
|
||||
//var instane = new OpenApiPetstore.EnumTest();
|
||||
//expect(instance).to.be();
|
||||
});
|
||||
|
||||
it('should have the property outerEnumDefaultValue (base name: "outerEnumDefaultValue")', function() {
|
||||
// uncomment below and update the code to test the property outerEnumDefaultValue
|
||||
//var instane = new OpenApiPetstore.EnumTest();
|
||||
//expect(instance).to.be();
|
||||
});
|
||||
|
||||
it('should have the property outerEnumIntegerDefaultValue (base name: "outerEnumIntegerDefaultValue")', function() {
|
||||
// uncomment below and update the code to test the property outerEnumIntegerDefaultValue
|
||||
//var instane = new OpenApiPetstore.EnumTest();
|
||||
//expect(instance).to.be();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user