Skip to content

Commit

Permalink
add boolean test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 20, 2023
1 parent b0ace52 commit 3352c35
Show file tree
Hide file tree
Showing 6 changed files with 1,286 additions and 0 deletions.
16 changes: 16 additions & 0 deletions property_tests/tests/bool/dfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"canisters": {
"canister": {
"type": "custom",
"main": "src/index.ts",
"candid": "src/index.did",
"build": "npx azle canister",
"wasm": ".azle/canister/canister.wasm",
"gzip": true,
"declarations": {
"output": "test/dfx_generated/canister",
"node_compatibility": true
}
}
}
}
Loading

0 comments on commit 3352c35

Please sign in to comment.