View Source BlitzCredoChecks.SetWarningsAsErrorsInTest (BlitzCredoChecks v0.1.10)
All test helpers need to set :warnings_as_errors to true
This catches things like unused variables, which can be an indication that the developer forgot to pin (^) a variable in a pattern match.
And also, clean up your warnings, we arn't living in a barn!