refactor: cleanup eslint configuration
[poolifier.git] / tests / pools / thread / fixed.test.mjs
index 44e7d80ba7c7f4049ec2305ab6b039fb38039124..94f7921caccb07d0474952a85c77e440d9d3fa0f 100644 (file)
@@ -1,8 +1,9 @@
 import { expect } from 'expect'
+
 import { FixedThreadPool, PoolEvents } from '../../../lib/index.cjs'
+import { DEFAULT_TASK_NAME } from '../../../lib/utils.cjs'
 import { TaskFunctions } from '../../test-types.cjs'
 import { waitPoolEvents, waitWorkerEvents } from '../../test-utils.cjs'
-import { DEFAULT_TASK_NAME } from '../../../lib/utils.cjs'
 
 describe('Fixed thread pool test suite', () => {
   const numberOfThreads = 6