File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5657const ipc = protocol.attach(Bare.IPC)
5758
Original file line number Diff line number Diff 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
2526exports [ '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 */
You can’t perform that action at this time.
0 commit comments