I\'m attempting to create an authorization package for a project of mine. I\'m getting the error \'transition superseded\' during my unit tests, and I can\'t find out where
This could be an error with your routing logic. If not that, then try adding this to your app.config();
$qProvider.errorOnUnhandledRejections(false)