jasmine / jasmine-npm

A jasmine runner for node projects.
MIT License
376 stars 145 forks source link

confussion about to match #158

Closed Judimax closed 4 years ago

Judimax commented 4 years ago

Windows 10 Home node v12.14.1 npm v6.13.1 angular v8.3.22 jasmine v3.4.0

problem expect("other string").toMatch("her");
pass

expected this should cause the spec to fail

am I missing something obvious is it me or is there something wrong here it even allows for it in the docs https://jasmine.github.io/api/3.4/matchers.html

Judimax commented 4 years ago

her and her matches lol