| 704 | const isRegionalSubscription = name => /_basic_subscription/.test(name) |
| 705 | |
| 706 | const isSmokeTestEmail = email => /@example.com/.test(email) || /smoketest/.test(email) |
| 707 | |
| 708 | const round = _.curry((digits, n) => n = +n.toFixed(digits)) |
| 709 |
nothing calls this directly
no outgoing calls
no test coverage detected