We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae78d3 commit 53261aaCopy full SHA for 53261aa
packages/core/postgrest-js/test/transforms.test.ts
@@ -334,7 +334,7 @@ test('abort signal', async () => {
334
error: {
335
code: expect.any(String),
336
details: expect.any(String),
337
- message: expect.stringMatching(/^Error: AbortError/),
+ message: expect.stringMatching(/AbortError/),
338
},
339
340
`
@@ -345,7 +345,7 @@ test('abort signal', async () => {
345
"code": Any<String>,
346
"details": Any<String>,
347
"hint": "",
348
- "message": StringMatching /\\^Error: AbortError/,
+ "message": StringMatching /AbortError/,
349
350
"status": 0,
351
"statusText": "",
0 commit comments