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 b9fdd40 commit a0b63e1Copy full SHA for a0b63e1
test/unit/error.spec.ts
@@ -326,17 +326,17 @@ test.each([
326
util.testFunction`
327
const error = ${errorType}();
328
return error.name;
329
- `.expectToMatchJsResult();
+ `.expectToMatchJsResult();
330
331
332
333
return error.message;
334
335
336
337
- const error = ${errorType}();
338
- return error.toString();
339
+ const error = ${errorType}();
+ return error.toString();
340
});
341
342
test.each([
0 commit comments