summaryrefslogtreecommitdiff
path: root/test/unit/core/utils.js
AgeCommit message (Expand)Author
2024-04-23fix(utils): fix validation for required values without specified type (#9863)Oliwia Rogala
2024-04-11fix(utils): make URL search params parsing and serialization WHATWG URL compl...Oliwia Rogala
2023-06-12Merge branch 'master' into nextVladimir Gorej
2023-06-12chore(deps): bump @babel/runtime-corejs3 from 7.21.5 to 7.22.5 (#8918)Vladimír Gorej
2023-06-01refactor(samples): move example generation code to samples plugin (#8727)Vladimír Gorej
2023-03-24test(core): align test with dependency update (#8512)Vladimír Gorej
2023-03-08test(core): fix unit test assertion (#8456)Vladimír Gorej
2021-11-04fix(servers): prevent UI crash when chaning Server with variablesVladimir Gorej
2021-03-30fix: array constraint validation only if value was provided (#7112)Mahtis Michel
2021-01-28fix(sample-gen): case yaml parsed example is number but string schema (#6872)Mahtis Michel
2021-01-25feat(sample-gen): yaml sample generation (#6858)Mahtis Michel
2021-01-22fix(buildUrl): relative url is invalid URL (OAS3) or non-url (OAS2) (#6864)Tim Lai
2021-01-14fix(sample-gen): should return json literal example (#6827)Mahtis Michel
2020-09-29fix: sample schema should stringify string values for content-type: text/json...Mahtis Michel
2020-09-21fix: string samples should also be json stringified. (#6412)Mahtis Michel
2020-09-01feat: migrate unit tests to Jest (#6353)Tim Lai