test: disable ava worker_threads

This commit is contained in:
LongYinan 2022-01-04 11:45:00 +08:00
parent 7040a2930f
commit 5596cf232f
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -6,6 +6,7 @@ const configuration = {
TS_NODE_PROJECT: './examples/tsconfig.json',
},
timeout: '1m',
workerThreads: false,
}
if (parseInt(process.versions.napi, 10) < 4) {