Stricter tests expectations
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 10 Oct 2022 12:04:47 +0000 (14:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 10 Oct 2022 12:04:47 +0000 (14:04 +0200)
commit6db75ad932064c1415ff6f03645929530209a5fe
treecba875dceb40267152ec32954217056334abdac8
parentea2ee1f4fe0312a092b9aa88538aaecf423c908f
Stricter tests expectations

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 files changed:
tests/pools/abstract/abstract-pool.test.js
tests/pools/cluster/dynamic.test.js
tests/pools/cluster/fixed.test.js
tests/pools/selection-strategies/selection-strategies.test.js
tests/pools/thread/dynamic.test.js
tests/pools/thread/fixed.test.js
tests/test-types.js [new file with mode: 0644]
tests/test-utils.js
tests/worker-files/cluster/asyncErrorWorker.js
tests/worker-files/cluster/asyncWorker.js
tests/worker-files/cluster/longRunningWorkerHardBehavior.js
tests/worker-files/cluster/longRunningWorkerSoftBehavior.js
tests/worker-files/cluster/testWorker.js
tests/worker-files/thread/asyncErrorWorker.js
tests/worker-files/thread/asyncWorker.js
tests/worker-files/thread/longRunningWorkerHardBehavior.js
tests/worker-files/thread/longRunningWorkerSoftBehavior.js
tests/worker-files/thread/testWorker.js