Skip to content

docs: wrong variable in "stopper.stop" #2244

@yanivefraim

Description

@yanivefraim

Expected behavior

var stopper = require('karma').stopper
stopper.stop({port: 9876}, function(exitCode) {

Actual behavior

var stopper = require('karma').stopper
runner.stop({port: 9876}, function(exitCode) {
  • Karma version (output of karma --version):
    1.0

See here: https://github.com/karma-runner/karma/blob/53f53bb662cf1297d6725e4c1e70e6f3fc5761a2/docs/dev/04-public-api.md#stopperstopoptions-callbackprocessexit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions