test: refine test naming
[poolifier.git] / tests / worker-files / thread / asyncWorker.mjs
index 623d517d171a8f1fcf83b999182f60e803a52a97..63db364ad1e1cc8129a701f55a5389ae1aea2c2a 100644 (file)
@@ -12,5 +12,5 @@ async function sleep (data) {
 
 export default new ThreadWorker(sleep, {
   killBehavior: KillBehaviors.HARD,
-  maxInactiveTime: 500
+  maxInactiveTime: 500,
 })