mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 10:58:18 +00:00
* run tests in parallel * small fixes * small fixes * fix setup of nodes * fix relay tests * fix Static Sharding: Running Nodes tests * try with 5 threads * try with 6 threads * use startWithRetries as default start * revert to 6 * set 10 jobs * revert to back to 6 * add CI info in readme
14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
"extension": ["ts"],
|
|
"require": ["ts-node/register", "isomorphic-fetch"],
|
|
"loader": "ts-node/esm",
|
|
"node-option": [
|
|
"experimental-specifier-resolution=node",
|
|
"loader=ts-node/esm"
|
|
],
|
|
"exit": true,
|
|
"retries": 4,
|
|
"parallel": true,
|
|
"jobs": 6
|
|
}
|