We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85d8b8 commit 198cbc9Copy full SHA for 198cbc9
deno.json
@@ -10,7 +10,7 @@
10
"check:mod": "deno check --unstable-ffi mod.ts",
11
"check:ext": "deno check --unstable-ffi ext/*.ts",
12
"check:examples": "deno check --unstable-ffi examples/*.ts",
13
- "test": "deno test -A --unstable-ffi test/test.ts && deno test -A --v8-flags=--expose-gc test/test_with_gc.ts",
+ "test": "deno test --unstable-ffi -A test/test.ts && deno test -A --v8-flags=--expose-gc test/test_with_gc.ts",
14
"example:hello_python": "deno run -A --unstable-ffi examples/hello_python.ts",
15
"example:matplotlib": "deno run -A --unstable-ffi examples/matplotlib.ts",
16
"example:pip_import": "deno run -A --unstable-ffi examples/pip_import.ts",
0 commit comments