You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verification no longer throws an error if verification fails. The intended use is to use can-i-deploy to gate deployments. If you need failure (eg during development), set throwOnFail: true in the options.
Features
Verification no longer throws an error if verification fails. The intended use is to use can-i-deploy to gate deployments. If you need failure (eg during development), set throwOnFail: true in the options. (ee33690)
Bug Fixes
Add location information to title of the errors, improving readability (1f740d9)
Correct location string in the suffix matcher during describe (was incorrectly "prefix") (a52efca)
Improve formatting of the thrown error when the assertions fail (3a50dad)
Rename 'Test' -> 'Example' in the location tag printed in errors (e8bddf6)
Substantially reduce the verbosity of the location hint in errors (unless logLevel is maintainerDebug or lower) (63f3413)