refactor: cleanup eslint configuration
[poolifier.git] / tests / pools / selection-strategies / selection-strategies.test.mjs
index bca3c82b1647e22146b6094321d7c9ac60485403..5241168cd880e101d2ed793831583398a209488d 100644 (file)
@@ -1,4 +1,6 @@
 import { expect } from 'expect'
+
+import { CircularArray } from '../../../lib/circular-array.cjs'
 import {
   DynamicClusterPool,
   DynamicThreadPool,
@@ -6,7 +8,6 @@ import {
   FixedThreadPool,
   WorkerChoiceStrategies
 } from '../../../lib/index.cjs'
-import { CircularArray } from '../../../lib/circular-array.cjs'
 
 describe('Selection strategies test suite', () => {
   const min = 0