build(deps-dev): apply updates
[poolifier.git] / tests / worker-files / thread / longRunningWorkerHardBehavior.mjs
index 911ddb9ffdfc11542bb06a5dc7ae77bce6224867..01cf3c0e6013cc8240f36a5866ac72e5bd160cbc 100644 (file)
@@ -4,6 +4,7 @@ import { sleepTaskFunction } from '../../test-utils.js'
 /**
  *
  * @param data
+ * @returns
  */
 async function sleep (data) {
   return sleepTaskFunction(data, 50000)