File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ node_modules/
33.DS_Store
44.zos.session
55.openzeppelin /.session
6- .vscode /
76env /
87.env
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.2.0" ,
3+ "configurations" : [
4+ {
5+ "name" : " truffle test (ganache running)" ,
6+ "type" : " node" ,
7+ "request" : " launch" ,
8+ "program" : " ${workspaceRoot}/node_modules/truffle/build/cli.bundled.js" ,
9+ "args" : [
10+ " test"
11+ ],
12+ "cwd" : " ${workspaceRoot}" ,
13+ "outFiles" : [
14+ " ${workspaceRoot}/test/**/*"
15+ ],
16+ },
17+ ]
18+ }
Original file line number Diff line number Diff line change 1313 ],
1414 "scripts" : {
1515 "test-norpc" : " truffle test" ,
16- "test" : " run-with-testrpc -l 20000000 --noVMErrorsOnRPCResponse ' truffle test' " ,
16+ "test" : " run(){ run -with-testrpc -l 20000000 --noVMErrorsOnRPCResponse \" truffle test $@ \" ; }; run " ,
1717 "preversion" : " npm run restore" ,
1818 "truffle-oz-merge" : " node scripts/merge_oz.js" ,
1919 "deploy-oz" : " node scripts/deploy_safe_contracts_oz.js" ,
You can’t perform that action at this time.
0 commit comments