← Back to index
function assertNotMatch

Make an assertion that actual not match RegExp expected. If match then throw.

Parameters

🔗
actual: string
🔗
expected: RegExp
🔗
msg: string