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
Patch releases should not break things.
v2.0.3 removed the Server.start static method, breaking functionality that worked on v2.0.2.
karma --version
karma.config.js
require('karma').Server.start({...})
It looks like the static method has been deprecated for a while, but no warning was given.
The text was updated successfully, but these errors were encountered:
Source said Deprecated since version 0.13, to be removed in 0.14
Deprecated since version 0.13, to be removed in 0.14
Sorry, something went wrong.
I hope it’s not the expectation that consumers read the source before upgrading.
No branches or pull requests
Expected behaviour
Patch releases should not break things.
Actual behaviour
v2.0.3 removed the Server.start static method, breaking functionality that worked on v2.0.2.
Environment Details
karma --version
): 2.0.3karma.config.js
file N/ASteps to reproduce the behaviour
require('karma').Server.start({...})
.It looks like the static method has been deprecated for a while, but no warning was given.
The text was updated successfully, but these errors were encountered: