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(core): inconsistent kebab casing comparison
Fixing an issue where operationNames were being filtered out
and not provided to builder.footer.
generateTargetTags returns kebab-cased tags which are then
compared to operation tags which have not been run through
the kebab routine.
map all operation tags with kebab prior to checking that
the tags include a tag.
* fix(core): inconsistent kebab casing comparison
Fixing an issue where operationNames were being filtered out
and not provided to builder.footer.
generateTargetTags returns kebab-cased tags which are then
compared to operation tags which have not been run through
the kebab routine.
map all operation tags with kebab prior to checking that
the tags include a tag.
Added some additional unit tests to ensure that the kebab
routine is Idempotent.
* Update case.test.ts
---------
Co-authored-by: Ian Ferguson <ian.ferguson@uhs.nhs.uk>
Co-authored-by: Melloware <mellowaredev@gmail.com>
0 commit comments