X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fselection-strategies.test.js;h=9071b5712e4f3ec71f705da9e4cc9f2eadbae996;hb=9784ef7337ab4eba52ac065204f8179d90b81b4a;hp=f57eaed2c1caec6d2b1002fb8b26224fd4dde6bb;hpb=e843b9042b77e0e4e17c193820a3e05ffc92cffe;p=poolifier.git diff --git a/tests/pools/selection-strategies.test.js b/tests/pools/selection-strategies.test.js index f57eaed2..9071b571 100644 --- a/tests/pools/selection-strategies.test.js +++ b/tests/pools/selection-strategies.test.js @@ -1,4 +1,4 @@ -const expect = require('expect') +const { expect } = require('expect') const { WorkerChoiceStrategies, DynamicThreadPool,