test: disable ava worker_threads
This commit is contained in:
parent
7040a2930f
commit
5596cf232f
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