fix: test for worker file existence
[poolifier.git] / tests / pools / selection-strategies / selection-strategies.test.js
index c3a01da6c19ff81c1aa4e60d46082772bd7cdcbc..6671b57781b1f51c15bdf0717f3c96cafcf0ca76 100644 (file)
@@ -1,9 +1,9 @@
 const { expect } = require('expect')
 const {
-  WorkerChoiceStrategies,
   DynamicThreadPool,
+  FixedClusterPool,
   FixedThreadPool,
-  FixedClusterPool
+  WorkerChoiceStrategies
 } = require('../../../lib')
 const { CircularArray } = require('../../../lib/circular-array')