test: switch to ESM
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 29 Sep 2023 22:12:35 +0000 (00:12 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 29 Sep 2023 22:12:35 +0000 (00:12 +0200)
commita074ffee1b46f43d0dcfba58128748c7492104dd
tree6c9cfd0215ae5c9a50d7cbc89f5d47e52e9f548d
parent5388ef55be46ad29697a8f2f540bb732868c503b
test: switch to ESM

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
17 files changed:
package.json
tests/circular-array.test.mjs [moved from tests/circular-array.test.js with 98% similarity]
tests/deque.test.mjs [moved from tests/deque.test.js with 98% similarity]
tests/pools/abstract-pool.test.mjs [moved from tests/pools/abstract-pool.test.js with 98% similarity]
tests/pools/cluster/dynamic.test.mjs [moved from tests/pools/cluster/dynamic.test.js with 95% similarity]
tests/pools/cluster/fixed.test.mjs [moved from tests/pools/cluster/fixed.test.js with 97% similarity]
tests/pools/selection-strategies/selection-strategies.test.mjs [moved from tests/pools/selection-strategies/selection-strategies.test.js with 99% similarity]
tests/pools/selection-strategies/weighted-round-robin-worker-choice-strategy.test.mjs [moved from tests/pools/selection-strategies/weighted-round-robin-worker-choice-strategy.test.js with 70% similarity]
tests/pools/selection-strategies/worker-choice-strategy-context.test.mjs [moved from tests/pools/selection-strategies/worker-choice-strategy-context.test.js with 89% similarity]
tests/pools/thread/dynamic.test.mjs [moved from tests/pools/thread/dynamic.test.js with 95% similarity]
tests/pools/thread/fixed.test.mjs [moved from tests/pools/thread/fixed.test.js with 97% similarity]
tests/pools/utils.test.mjs [moved from tests/pools/utils.test.js with 91% similarity]
tests/pools/worker-node.test.mjs [moved from tests/pools/worker-node.test.js with 94% similarity]
tests/utils.test.mjs [moved from tests/utils.test.js with 96% similarity]
tests/worker/abstract-worker.test.mjs [moved from tests/worker/abstract-worker.test.js with 96% similarity]
tests/worker/cluster-worker.test.mjs [moved from tests/worker/cluster-worker.test.js with 83% similarity]
tests/worker/thread-worker.test.mjs [moved from tests/worker/thread-worker.test.js with 90% similarity]