Skip to content

Commit

Permalink
Adapt tests to circomlibjs async
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed Oct 30, 2021
1 parent 65748e6 commit b5eb78c
Show file tree
Hide file tree
Showing 18 changed files with 1,572 additions and 6,764 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
],
"program": "${workspaceFolder}/calcoptimizedposeidonconsts/test_poseidon.js",
"cwd": "${workspaceFolder}/calcoptimizedposeidonconsts"
},
{
"type": "pwa-node",
"request": "launch",
"name": "Tests",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"cwd": "${workspaceFolder}",
"args": ["test/smtverifier.js"]
}
]
}
Loading

0 comments on commit b5eb78c

Please sign in to comment.