UNPKG

@arrows/worker

Version:

Simple, promise-based API for native worker threads (with pools)

10 lines (9 loc) 149 B
module.exports = { globals: { 'ts-jest': { tsConfig: 'tsconfig.test.json', }, }, preset: 'ts-jest', setupFiles: ['core-js'], }