mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Bump node to ^16 * fix comment * use jest timers * bump mock-fs * Fix core type errors * Unskipping tests that work on my machine * skip new unhandled promise rejection * Fix Nodejs v16 regression due to https://github.com/nodejs/node/issues/38924 * Fix failing concurrent connections collector test * Fix types after merge from master * update servicenow test * Skip unhandledRejection tests * Skip tests with unhandled promise rejection * Fix discover jest failures * bump node to 16.11.1 * revert timeout increase * skip unhandled promise rejection * rm jest import * skip unhandled promise rejection Co-authored-by: Rudolf Meijering <skaapgif@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Tim Roes <tim.roes@elastic.co>
9 lines
305 B
Text
9 lines
305 B
Text
## Node command line options
|
|
## See `node --help` and `node --v8-options` for available options
|
|
## Please note you should specify one option per line
|
|
|
|
## max size of old space in megabytes
|
|
#--max-old-space-size=4096
|
|
|
|
## do not terminate process on unhandled promise rejection
|
|
--unhandled-rejections=warn
|