Factor out some UTs code in test-utils.js
[poolifier.git] / tests / pools / selection-strategies / selection-strategies.test.js
similarity index 99%
rename from tests/pools/selection-strategies.test.js
rename to tests/pools/selection-strategies/selection-strategies.test.js
index c554ab14f1304f0805ef865798d299e1fc7426bf..6448c667dee24cb3420c6744303a4db1eb5c65d1 100644 (file)
@@ -3,7 +3,7 @@ const {
   WorkerChoiceStrategies,
   DynamicThreadPool,
   FixedThreadPool
-} = require('../../lib/index')
+} = require('../../../lib/index')
 
 describe('Selection strategies test suite', () => {
   it('Verify that WorkerChoiceStrategies enumeration provides string values', () => {