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
* fix: support path parameter inclusion when used twice in a path
* fix quote
* add document test runner
* harness!
* break test cases into two files
* rework runner
* generateAbsoluteRefPatches in allOf
* handle nock interception state
* migrate expect@1 spies to jest
via `jscodeshift -t node_modules/jest-codemods/dist/transformers/expect.js test`
* install `jest-stare` test reporter
* guard externally-nullable values in generateAbsoluteRefPatches
* migrate misc. tests to new $$ref format
* absolutify $$ref artifact pointers
* use absolutifyPointer in generateAbsoluteRefPatches
* expect circular reference resolution
* add test cases for multi-member nested remoteRef->localRef allOf
* add nested allOf->local+remoteRef->localRef->remoteRelativeRef cases
* modify test to cover $ref nested within allOf member
* clean up generateAbsoluteRefPatches
* assert no errors in instantiation test cases
* uninstall `mocha-webpack`
* uninstall `jest-stare`
* update lockfile
* linter fixes
* remove comment
* add failing circular reference cases
* update SWOS-109 circular reference tests
* add file-level skips
* create new `useCircularStructures` option
* absolutify $refs that will be left unresolved because they complete a circular link
* ignore presence of allOf path portions in ref plugin's pointerAlreadyInPath
0 commit comments