github karma-runner/karma v0.11.3

latest releases: v6.4.3, v6.4.2, v6.4.1...
8 years ago

Bug Fixes

  • config: not append empty module if no custom launcher/rep/prep (ee15a4e)
  • watcher: allow parentheses in a pattern (438eb8d), closes #728

Features

  • remove karma binary in favor of karma-cli (c7d4627)
  • config: log if no config file is specified (ce4c564)

BREAKING CHANGES

  • The karma module does not export karma binary anymore. The recommended way is to have local modules (karma and all the plugins that your project needs) stored in your package.json. You can run that particular Karma by ./node_modules/karma/bin/karma. Or you can have karma-cli installed globally on your system, which enables you to use the karma command.
    The global karma command (installed by karma-cli) does look for local version of Karma (including parent directories) first and fall backs to a global one.
    The bin/karma binary does not look for any other instances of Karma and just runs the one that it belongs to.

Don't miss a new karma release

NewReleases is sending notifications on new releases.