UNPKG

r1csfile

Version:
34 lines 1.13 kB
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "test poseidon circuit", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", "request": "launch", "skipFiles": [ "<node_internals>/**" ], "type": "pwa-node", "args": [ "${workspaceFolder}/test/r1csfile.js" ], "runtimeArgs": ["--max-old-space-size=32000"] }, { "name": "test custom gates", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", "request": "launch", "skipFiles": [ "<node_internals>/**" ], "type": "pwa-node", "args": [ "${workspaceFolder}/test/r1csfile_cg.test.js" ], "runtimeArgs": ["--max-old-space-size=32000"] }, ] }