Skip to content

Commit 76a3d2d

Browse files
committed
Formatting
1 parent 18a6d9a commit 76a3d2d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

test/fixtures/shim.snapshot.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ try {
5151
}
5252
`
5353

54-
exports['shim with bare-rpc server - should match snapshot - 0'] = `import protocol from 'bare-stow/protocol'
54+
exports['shim with bare-rpc server - should match snapshot - 0'] =
55+
`import protocol from 'bare-stow/protocol'
5556
5657
const ipc = protocol.attach(Bare.IPC)
5758

test/fixtures/target.snapshot.cjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ module.exports = {
1919
}
2020
`
2121

22-
exports['harness bare-sidecar - types - 0'] = `export function start(opts?: import('bare-sidecar').SidecarOptions): Promise<{ ipc: import('bare-stow/host').IPC }>
22+
exports['harness bare-sidecar - types - 0'] =
23+
`export function start(opts?: import('bare-sidecar').SidecarOptions): Promise<{ ipc: import('bare-stow/host').IPC }>
2324
`
2425

2526
exports['harness bare-sidecar with bare-rpc client - harness - 0'] = `const path = require('path')
@@ -48,7 +49,8 @@ module.exports = {
4849
}
4950
`
5051

51-
exports['harness bare-sidecar with bare-rpc client - types - 0'] = `export function start(opts?: import('bare-sidecar').SidecarOptions): Promise<{ ipc: import('bare-stow/host').IPC; rpc: import('bare-rpc') }>
52+
exports['harness bare-sidecar with bare-rpc client - types - 0'] =
53+
`export function start(opts?: import('bare-sidecar').SidecarOptions): Promise<{ ipc: import('bare-stow/host').IPC; rpc: import('bare-rpc') }>
5254
`
5355

5456
/* eslint-enable */

0 commit comments

Comments
 (0)