X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fselection-strategies.test.js;h=9071b5712e4f3ec71f705da9e4cc9f2eadbae996;hb=1d25d3449f09e6059b73ab316c3e4ca9371dcc6a;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,