(options)
| 35 | async function testSyncShareProtocolHappyPath() { |
| 36 | const obj = { |
| 37 | [shareSyncProtocol](options) { |
| 38 | return shareSync(fromSync('sync-protocol'), options); |
| 39 | }, |
| 40 | }; |
| 41 | const shared = SyncShare.fromSync(obj); |
| 42 | const result = textSync(shared.pull()); |