(args, options = {})
| 280 | } |
| 281 | |
| 282 | function simdeckJson(args, options = {}) { |
| 283 | return JSON.parse(runText(simdeck, args, options)); |
| 284 | } |
| 285 | |
| 286 | async function retrySimdeckJson(args, label, options = {}) { |
| 287 | const attempts = options.attempts ?? 3; |
no test coverage detected