Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
add workaround for #8
Browse files Browse the repository at this point in the history
add `--no-worker-threads` argument to ava
  • Loading branch information
Simon-Laux committed May 21, 2023
1 parent 069cff3 commit df5b7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build:debug": "napi build --platform --js bindings.cjs --dts bindings.d.cts",
"build:ts": "tsc",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"test": "ava --no-worker-threads",
"version": "napi version",
"example": "run-s build build:ts example:run",
"example:run": "node examples/echo-bot.mjs"
Expand Down

0 comments on commit df5b7a7

Please sign in to comment.