it('/address/:address returns an empty array if there are no registered aliases for the given address and input is prefixless but has valid checksum', function () {
it('/address/:address returns an array of length 1 if there is one registered alias for the given address and given address is prefixless but valid checksum', async function () {
// newValidAliases needs to be a clone of the mock because
// each object gets an _id field when added to the database
it('/address/:address returns an array of multiple alias registrations if there are multiple registered aliases for the given address', async function () {
// Add aliases
// newValidAliases needs to be a clone of the mock because
// each object gets an _id field when added to the database
it('/address/:address returns an array of multiple alias registrations if there are multiple registered aliases for the given address and input is prefixless with valid checksum', async function () {
// Add aliases
// newValidAliases needs to be a clone of the mock because
// each object gets an _id field when added to the database