Skip to content

Commit f6731a2

Browse files
committed
chore: apply fmt
1 parent 55bfb5c commit f6731a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ describe('core', () => {
261261
try {
262262
await p
263263
assert.unreachable('should have thrown')
264-
} catch ({message}) {
264+
} catch ({ message }) {
265265
assert.match(message, /The operation was aborted/)
266266
}
267267
})
@@ -274,7 +274,7 @@ describe('core', () => {
274274
try {
275275
await p
276276
assert.unreachable('should have thrown')
277-
} catch ({message}) {
277+
} catch ({ message }) {
278278
assert.match(message, /The operation was aborted/)
279279
}
280280
})

0 commit comments

Comments
 (0)