Now that we have a separate database for our tests, we can send API requests to our app, and our app will work within our siloed test database.
Our registration flow will be perfect for these tests, and we've worked with a portion of it before in our fakes lesson when we verified that one of its methods sent a welcome email.
node ace make:test auth --suite=functional