mnasyrov / karma-jasmine-spec-tags

A plugin for karma-jasmine which helps to filter tests (specs) by tags.
MIT License
6 stars 1 forks source link

Fix specFilterFnDelegate bug where configuration not being called #4

Closed owenmead closed 5 years ago

owenmead commented 5 years ago

Fixing deprecated way of setting a custom specFilter introduced a bug where configuration isn't called, and thus never used. Simple fix.

Previous fix which introduced bug: https://github.com/mnasyrov/karma-jasmine-spec-tags/commit/496c65883a5f665e3fd6bffb510d74680dbe0deb From Issue: https://github.com/mnasyrov/karma-jasmine-spec-tags/issues/1

mnasyrov commented 5 years ago

Thank you for the fix!