We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--require
runner.addRequires is not a function
When running with --require (as done in rules_jasmine for Bazel), the error runner.addRequires is not a function is thrown.
It seems this was renamed to addRequires_ here:
addRequires_
jasmine-npm/lib/runner_base.js
Line 337 in d0b93c4
But still called via addRequires here:
addRequires
jasmine-npm/lib/command.js
Line 193 in d0b93c4
The text was updated successfully, but these errors were encountered:
5f7b19b
This is fixed in 5.0.2.
Sorry, something went wrong.
No branches or pull requests
When running with
--require
(as done in rules_jasmine for Bazel), the errorrunner.addRequires is not a function
is thrown.It seems this was renamed to
addRequires_
here:jasmine-npm/lib/runner_base.js
Line 337 in d0b93c4
But still called via
addRequires
here:jasmine-npm/lib/command.js
Line 193 in d0b93c4
The text was updated successfully, but these errors were encountered: