6 Commits

Author SHA1 Message Date
1d8c23e25a 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:35:59 +01:00
7631f085ef Fix packages/server 2019-09-16 10:46:17 +07:00
2256fbc1e8 Fix SessionStore concurrency in tests by debouncing fn 2019-08-26 20:13:35 +07:00
949b008208 Update jest to 24 and set maxConcurrency 2019-03-14 12:08:37 +05:00
6ea422f340 Fix running jest from root directory 2019-03-13 22:19:51 +05:00
2bf2557b13 Move framework (again) 2019-01-18 20:21:08 +01:00