one problem with this: ```test("user auth") { lo...
# minutest
c
one problem with this:
Copy code
test("user auth") {
  loginUser()
  test("stores the oauth token") {}
  test("returns user") {}
}
is that if `loginUser`throws the test runner will not even know that there are tests defined after it