X Tutup
Skip to content

Commit a0b63e1

Browse files
committed
formatting
1 parent b9fdd40 commit a0b63e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/unit/error.spec.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,17 +326,17 @@ test.each([
326326
util.testFunction`
327327
const error = ${errorType}();
328328
return error.name;
329-
`.expectToMatchJsResult();
329+
`.expectToMatchJsResult();
330330

331331
util.testFunction`
332332
const error = ${errorType}();
333333
return error.message;
334-
`.expectToMatchJsResult();
334+
`.expectToMatchJsResult();
335335

336336
util.testFunction`
337-
const error = ${errorType}();
338-
return error.toString();
339-
`.expectToMatchJsResult();
337+
const error = ${errorType}();
338+
return error.toString();
339+
`.expectToMatchJsResult();
340340
});
341341

342342
test.each([

0 commit comments

Comments
 (0)
X Tutup