Schopp/fix async #26
Annotations
9 errors
build:
test/jsonrpc/index.test.ts#L109
Replace `··jsonrpc.connect().then(()·=>` with `jsonrpc.connect().then(()·=>·`
|
build:
test/jsonrpc/index.test.ts#L113
Delete `⏎···⏎····`
|
build:
test/jsonrpc/index.test.ts#L502
'p1' is assigned a value but never used
|
build:
test/jsonrpc/index.test.ts#L502
Replace `.sendRequest('add',·{·path:·'foo1',·value:·4·}).catch((ex)=>` with `⏎········.sendRequest('add',·{·path:·'foo1',·value:·4·})⏎········.catch((ex)·=>·`
|
build:
test/jsonrpc/index.test.ts#L503
Replace `expect(ex).toEqual({"code":·0,·"name":·"error"` with `··expect(ex).toEqual({·code:·0,·name:·'error'·`
|
build:
test/jsonrpc/index.test.ts#L504
Insert `··`
|
build:
test/jsonrpc/index.test.ts#L505
Insert `··`
|
build:
test/jsonrpc/index.test.ts#L507
Delete `⏎⏎········⏎·····`
|
build
Process completed with exit code 1.
|