Closed greg-fix closed 5 years ago
Hi! Thank you for reporting about this, I will take a look.
Fixed. Published karma-jasmine-spec-tags@1.1.0
to npm.
This fix broke some things, which I've submitted as a fix in https://github.com/mnasyrov/karma-jasmine-spec-tags/pull/4
@owenmead Thanks for the fix. I published karma-jasmine-spec-tags@1.2.0
First of all, thank you for creating this helpful utility!
Issue:
With Jasmine 3.3.0 getting and setting
specFilter
directly fromEnv
is deprecated. This method was deprecated in the following commit: https://github.com/jasmine/jasmine/commit/92d0882a3202e51a866c7b0dfed5393a0e9fe338. When using this utitlity and version 3.3.0 of Jasmine or higher we get the following deprecation warnings:Proposed Fix:
Update lines 20 - 21 of
client.js
from:to:
Also, add the following
jasmine
peerDependency to package.json:Note:
I'm happy to send a pull request with these changes; however, I believe I do not have permissions to do so at this time.
Thank you!