(s: string)
| 176 | let savedPrecision: number; |
| 177 | let ce: InstanceType<typeof ComputeEngine>; |
| 178 | const B = (s: string) => new BigDecimal(s); |
| 179 | |
| 180 | beforeAll(() => { |
| 181 | savedPrecision = BigDecimal.precision; |
no outgoing calls
no test coverage detected