We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1107e commit 01fc77aCopy full SHA for 01fc77a
deno.json
@@ -7,7 +7,7 @@
7
},
8
"lock": false,
9
"tasks": {
10
- "test": "deno test --allow-run --allow-write --allow-read --allow-env",
+ "test": "deno test --allow-run --allow-write --allow-read --allow-env --allow-ffi",
11
"test:node": "deno task build:npm 0.0.0 && node test/main/node.mjs hello world",
12
"build:jsr": "deno run -A tasks/build-jsr.ts",
13
"build:npm": "deno run -A tasks/build-npm.ts"
0 commit comments