Skip to content

Commit 94b42ef

Browse files
committed
style: format test file to match project prettier config
1 parent 4695c7b commit 94b42ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/js-sdk/tests/sandbox/commands/commandHandle.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ function createEvents(kind: EventKind): AsyncIterable<any> {
5555
describe('CommandHandle', () => {
5656
it.each<EventKind>(['stdout', 'stderr', 'pty'])(
5757
'wait awaits async %s callbacks',
58-
async kind => {
58+
async (kind) => {
5959
let callbackStarted = false
6060
let releaseCallback: (() => void) | undefined
6161

62-
const callbackBlocked = new Promise<void>(resolve => {
62+
const callbackBlocked = new Promise<void>((resolve) => {
6363
releaseCallback = resolve
6464
})
6565

0 commit comments

Comments
 (0)