karma-runner/karma

Improve error message if no framework was loaded.

開放

#1,059 建立於 2014年5月6日

 (15 則留言) (0 個反應) (0 位負責人)JavaScript (1,703 個分叉)batch import
help wantedtype: feature

倉庫指標

星標
 (11,918 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南