()
| 19 | return BigInt(Math.floor(Math.random() * 10000)); |
| 20 | } |
| 21 | get boolean(): boolean { |
| 22 | return Math.random() < 0.5; |
| 23 | } |
| 24 | get date(): Date { |
| 25 | return new Date(Math.floor(Date.now() * Math.random())); |
| 26 | } |
no outgoing calls
no test coverage detected