Merge pull request #1004 from napi-rs/disable-worker-threads

test: disable ava worker_threads
This commit is contained in:
LongYinan 2022-01-04 12:45:02 +08:00 committed by GitHub
commit de140c63d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {