Merge pull request #1004 from napi-rs/disable-worker-threads
test: disable ava worker_threads
This commit is contained in:
commit
de140c63d9
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ const configuration = {
|
|||
TS_NODE_PROJECT: './examples/tsconfig.json',
|
||||
},
|
||||
timeout: '1m',
|
||||
workerThreads: false,
|
||||
}
|
||||
|
||||
if (parseInt(process.versions.napi, 10) < 4) {
|
||||
|
|
Loading…
Reference in a new issue