karma-runner / karma-jasmine

A Karma plugin - adapter for Jasmine testing framework.
MIT License
542 stars 162 forks source link

fix: fixes matches performance issue, github#302 #321

Closed Havunen closed 2 years ago

Havunen commented 2 years ago

improve this.matches function performance by converting indexof loop to Set (hashtable) has. O(n) to O(1) fixes: https://github.com/karma-runner/karma-jasmine/issues/302

karmarunnerbot commented 2 years ago

:tada: This PR is included in version 5.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: