refactor: cleanup eslint configuration
[poolifier.git] / tests / worker / abstract-worker.test.mjs
index 3e5f55187f16b3e46ba2ce9bf1292cd6bcf88eb2..781f7790a1bfcbd3b9bc63657484b1fc7f667fce 100644 (file)
@@ -1,5 +1,6 @@
 import { expect } from 'expect'
 import { restore, stub } from 'sinon'
+
 import { ClusterWorker, KillBehaviors, ThreadWorker } from '../../lib/index.cjs'
 import { DEFAULT_TASK_NAME, EMPTY_FUNCTION } from '../../lib/utils.cjs'