Skip to content

Commit a4a8910

Browse files
committed
docs: add comment clarifying the case
1 parent d85d403 commit a4a8910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/bugs.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ describe('Real Data', () => {
212212
expect(diffs).toBeEmpty()
213213
})
214214

215+
// The original issue was that media type was reported as added/removed, when nothing actually changed
215216
it('wildcard content schema media type in combination with specific media type', () => {
216217
const before: any = wildcardContentSchemaMediaTypeCombinedWithSpecificMediaTypeBefore
217218
const after: any = wildcardContentSchemaMediaTypeCombinedWithSpecificMediaTypeAfter

0 commit comments

Comments
 (0)