Add two tests to assess worker options. (#260)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 9 Mar 2021 09:32:35 +0000 (10:32 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 09:32:35 +0000 (10:32 +0100)
commit8620fb25c8b80fc7ef55d76e19781181571c5502
tree0da37e67106ef11ddb7b215f1f00f681b33aad30
parent3c5c6f5a77726de248ecb66086a9815c7aa0f550
Add two tests to assess worker options. (#260)
package-lock.json
tests/pools/abstract/abstract-pool.test.js
tests/pools/cluster/dynamic.test.js
tests/pools/cluster/fixed.test.js
tests/pools/thread/dynamic.test.js
tests/pools/thread/fixed.test.js
tests/worker/abstract-worker.test.js