Skip to content

Commit

Permalink
add clear console
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 16, 2024
1 parent f89bc53 commit d512ac3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-browserify": "^3.12.0",
"cuzz": "github:demergent-labs/cuzz#6cb5f7b2b4c473bb487da472859e29cab16f25a0",
"cuzz": "github:demergent-labs/cuzz#f6873366c807021b3152116b2cbcb04df202132c",
"deep-is": "^0.1.4",
"esbuild": "^0.24.0",
"esbuild-plugin-tsc": "^0.4.0",
Expand Down
3 changes: 2 additions & 1 deletion test/fuzz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ function fuzzTestCanister(canisterName: string, callDelay: string): void {
canisterName,
'--skip-deploy',
'--call-delay',
callDelay
callDelay,
'--clear-console'
];

const cuzzArgs =
Expand Down

0 comments on commit d512ac3

Please sign in to comment.