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