X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fselection-strategies%2Fselection-strategies.test.js;fp=tests%2Fpools%2Fselection-strategies.test.js;h=6448c667dee24cb3420c6744303a4db1eb5c65d1;hb=15d563152134452a245e4842b20fbf4030457e16;hp=c554ab14f1304f0805ef865798d299e1fc7426bf;hpb=0a01b5c3aa58059e7241d4394cf3953779029507;p=poolifier.git diff --git a/tests/pools/selection-strategies.test.js b/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 c554ab14..6448c667 100644 --- a/tests/pools/selection-strategies.test.js +++ b/tests/pools/selection-strategies/selection-strategies.test.js @@ -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', () => {