From 3d9c240c28e65c370e882ffbb95e41d8ee2758f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 11 Jul 2025 17:16:43 +0200 Subject: [PATCH] test: revert test skipping MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tests/pools/thread/fixed.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.43.0