You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/apidom-converter/src/strategies/openapi-3-1-to-openapi-3-0-3/refractor-plugins/security-scheme-type.ts
Copy file name to clipboardExpand all lines: packages/apidom-converter/test/strategies/openapi-3-1-to-openapi-3-0-3/refractor-plugins/security-scheme-type/__snapshots__/index.ts.snap
+45
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,50 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
+
exports[`converter strategies openapi-3-1-to-openapi-3-0-3 security-scheme-type should remove Reference Objects pointing to removable Security Scheme Objects 1`] =`
Copy file name to clipboardExpand all lines: packages/apidom-converter/test/strategies/openapi-3-1-to-openapi-3-0-3/refractor-plugins/security-scheme-type/index.ts
+15
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,21 @@ describe('converter', function () {
73
73
assert.strictEqual(endColumn,13);
74
74
assert.strictEqual(endChar,247);
75
75
});
76
+
77
+
specify(
78
+
'should remove Reference Objects pointing to removable Security Scheme Objects',
0 commit comments