refactor(oas31): simplify Webhooks component by utilizing selectors (#8481)

Refs #8474
This commit is contained in:
Vladimír Gorej
2023-03-17 18:14:23 +01:00
committed by GitHub
parent 865d98d6be
commit 47e12f1de3
11 changed files with 126 additions and 74 deletions

View File

@@ -28,6 +28,7 @@ describe("<Operations/>", function(){
specSelectors: {
isOAS3() { return false },
url() { return "https://petstore.swagger.io/v2/swagger.json" },
validOperationMethods() { return ["get", "put", "post", "delete", "options", "head", "patch"] },
taggedOperations() {
return fromJS({
"default": {
@@ -83,6 +84,7 @@ describe("<Operations/>", function(){
specSelectors: {
isOAS3() { return true },
url() { return "https://petstore.swagger.io/v2/swagger.json" },
validOperationMethods() { return ["get", "put", "post", "delete", "options", "head", "patch", "trace"] },
taggedOperations() {
return fromJS({
"default": {