refactor: cleanup eslint configuration
[poolifier.git] / tests / worker / cluster-worker.test.mjs
index 33ddf374099ceeaea63acddd095531ae266d6667..3392d96cd1502ccdd90fd1f72a21381570d4976e 100644 (file)
@@ -1,5 +1,6 @@
 import { expect } from 'expect'
 import { restore, stub } from 'sinon'
+
 import { ClusterWorker } from '../../lib/index.cjs'
 import { DEFAULT_TASK_NAME } from '../../lib/utils.cjs'