We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85d403 commit a4a8910Copy full SHA for a4a8910
test/bugs.test.ts
@@ -212,6 +212,7 @@ describe('Real Data', () => {
212
expect(diffs).toBeEmpty()
213
})
214
215
+ // The original issue was that media type was reported as added/removed, when nothing actually changed
216
it('wildcard content schema media type in combination with specific media type', () => {
217
const before: any = wildcardContentSchemaMediaTypeCombinedWithSpecificMediaTypeBefore
218
const after: any = wildcardContentSchemaMediaTypeCombinedWithSpecificMediaTypeAfter
0 commit comments