feat(oas): adding support for common parameter detection to the analyzer #2636
Annotations
3 errors
|
Install deps and run tests:
packages/oas/test/analyzer/index.test.ts#L15
Error: Snapshot `analyzer > should should analyzer an OpenAPI definition 1` mismatched
- Expected
+ Received
@@ -34,10 +34,14 @@
},
"circularRefs": {
"locations": [],
"present": false,
},
+ "commonParameters": {
+ "locations": [],
+ "present": false,
+ },
"discriminators": {
"locations": [],
"present": false,
},
"links": {
❯ test/analyzer/index.test.ts:15:5
|
Install deps and run tests
The operation was canceled.
|
Loading