Skip to content

Commit

Permalink
chore: tagging the new reducer bug with its ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jan 23, 2025
1 parent eb81371 commit 693d7f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/oas/test/reducer/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ describe('reducer', () => {
expect(Object.keys(reduced.paths['/anything'])).toStrictEqual(['get', 'post']);
});

/**
* @see {@link https://github.com/readmeio/oas/issues/925}
*/
it.skip('should preserved deeply nested `example` refs', () => {
const reduced = reducer(reduceQuirks as any, {
paths: {
Expand Down

0 comments on commit 693d7f2

Please sign in to comment.