chore(deps): bump @babel/runtime-corejs3 from 7.21.5 to 7.22.5 (#8918)

Closes #8904
This commit is contained in:
Vladimír Gorej
2023-06-12 15:39:21 +02:00
committed by GitHub
parent a9d497c8a0
commit 75a8f34452
3 changed files with 17 additions and 17 deletions

View File

@@ -1493,7 +1493,7 @@ describe("utils", () => {
it("throws error when server url contains non-transcluded server variables", () => {
const buildUrlThunk = () => buildUrl(urlRelativeToHost, specUrl, { selectedServer: serverUrlWithVariables })
expect(buildUrlThunk).toThrow(/^Invalid base URL/)
expect(buildUrlThunk).toThrow(/^Invalid/)
})
})