karma-runner/karma

Improve error message if no framework was loaded.

オープン

#1,059 opened on 2014/05/06

 (15 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (1,703 件のフォーク)batch import
help wantedtype: feature

Repository metrics

Stars
 (11,918 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Running karma on windows 8 throws the following error when trying to run in browser:

IE 11.0.0 (Windows) ERROR You need to include some adapter that implements karma.start method!

Reproduce:

  • clean node install on win8 (removed npmrc)
  • npm install -g karma
  • npm install -g karma-cli
  • karma start -> does not throw error yet
  • connect browser -> throws the aforementioned error
  • karma run from another console -> throws again

コントリビューターガイド