(args, options = {})
| 760 | } |
| 761 | |
| 762 | function simdeckJson(args, options = {}) { |
| 763 | return JSON.parse(simdeckText(args, options)); |
| 764 | } |
| 765 | |
| 766 | async function retrySimdeckJson(args, label, options = {}) { |
| 767 | const attempts = options.attempts ?? 6; |
no test coverage detected