From: Jérôme Benoit Date: Fri, 11 Jul 2025 15:16:43 +0000 (+0200) Subject: test: revert test skipping X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3d9c240c28e65c370e882ffbb95e41d8ee2758f0;p=poolifier.git test: revert test skipping Signed-off-by: Jérôme Benoit --- diff --git a/tests/pools/thread/fixed.test.mjs b/tests/pools/thread/fixed.test.mjs index 703409855..cecabd2b3 100644 --- a/tests/pools/thread/fixed.test.mjs +++ b/tests/pools/thread/fixed.test.mjs @@ -354,7 +354,7 @@ describe('Fixed thread pool test suite', () => { await pool.destroy() }) - it.skip('Verify that a pool with zero worker fails', () => { + it('Verify that a pool with zero worker fails', () => { expect( () => new FixedThreadPool(0, './tests/worker-files/thread/testWorker.mjs') ).toThrow('Cannot instantiate a fixed pool with zero worker')