Bump expect from 26.5.2 to 26.5.3
[poolifier.git] / tests / workers / emptyWorker.js
1 'use strict'
2 const { ThreadWorker } = require('../../lib/workers')
3
4 function test (data) {
5 }
6
7 module.exports = new ThreadWorker(test, { maxInactiveTime: 500 })