karma-runner/karma

Improve error message if no framework was loaded.

Open

#1,059 创建于 2014年5月6日

在 GitHub 查看
 (15 评论) (0 反应) (0 负责人)JavaScript (1,703 fork)batch import
help wantedtype: feature

仓库指标

Star
 (11,918 star)
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

贡献者指南