6 Commits

Author SHA1 Message Date
a5eb3d8bea Fix jest test in CI
Some checks failed
continuous-integration/drone/push Build is failing
Jest runs out of memory when run in Docker, possibly because of a memory
leak in ts-jest.

The tests will now run after the build, on the built *.js files. As a
consequence, the jest tests will run faster because ts-jest will no
longer be invoked in ci.

Check the package.json test:ci script for more info.

https://github.com/facebook/jest/issues/7874
https://github.com/facebook/jest/issues/9081
2020-01-10 10:30:16 +01:00
400d1cd213 Run eslint --fix 2019-09-16 21:04:10 +07:00
166981fe3b Move jsonrpc back to single package 2019-08-01 12:26:23 +07:00
f500d7f66c Split jsonrpc into smaller packages 2019-08-01 09:17:38 +07:00
3787315905 Add jsonrpc local, remote and supertest clients 2019-07-31 08:44:50 +08:00
faf76ec76a Add jsonrpc middleware 2019-07-24 23:59:02 +08:00