invalid.forEach(({ slug, allowSlashes = false }) => assert.equal(isValidSlug(slug, allowSlashes), false, `slug [${slug}] should NOT be valid.`));