MCPcopy Create free account
hub / github.com/codecombat/codecombat / isSmokeTestEmail

Function isSmokeTestEmail

app/core/utils.js:706–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected