Error: You need to include some adapter that implements __karma__.start method

后端 未结 26 1376
梦谈多话
梦谈多话 2020-12-01 11:53

I\'m trying to add some unit tests to one of my projects.

So far I\'ve installed and configured karma, and have installed jasmine. I\'ve one test file in my te

26条回答
  •  眼角桃花
    2020-12-01 12:15

    In my case, I was applying by mistake the commonjs preprocessor to the karma-* modules and the adapter.js from karma-chrome and karma-firefox was broken this way.

    Unfortunately, this is a very generic error.

提交回复
热议问题