Pass testing.TB
into ftltest.Context()
so we can provide better errors?
#1953
Labels
testing.TB
into ftltest.Context()
so we can provide better errors?
#1953
Currently we just
panic()
everywhere, but because it's testing we could (possibly, have to be confirmed) passtesting.TB
through, and uset.Fatalf()
et al to provide useful error messages.The text was updated successfully, but these errors were encountered: