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
var stopper = require('karma').stopper stopper.stop({port: 9876}, function(exitCode) {
var stopper = require('karma').stopper runner.stop({port: 9876}, function(exitCode) {
karma --version
See here: https://github.com/karma-runner/karma/blob/53f53bb662cf1297d6725e4c1e70e6f3fc5761a2/docs/dev/04-public-api.md#stopperstopoptions-callbackprocessexit
The text was updated successfully, but these errors were encountered:
0745a00
Merge pull request #2245 from yanivefraim/master
f6cdab5
fix(docs): fix stopper.stop wrong variable name. closes #2244
Successfully merging a pull request may close this issue.
Expected behavior
Actual behavior
karma --version
):1.0
See here: https://github.com/karma-runner/karma/blob/53f53bb662cf1297d6725e4c1e70e6f3fc5761a2/docs/dev/04-public-api.md#stopperstopoptions-callbackprocessexit
The text was updated successfully, but these errors were encountered: