ngokevin / angle

:clock430: A-Frame command-line tool for installing components and scaffolding templates.
https://www.npmjs.com/package/angle
MIT License
80 stars 20 forks source link

Can't run test: "need to include some adapter that implements __karma__.start method!" #49

Closed kfarr closed 4 years ago

kfarr commented 4 years ago

Upon initializing a new component with angle I can't seem to get the test to actually run. Chrome launches ok with Karma connected successfully but this error is shown on the terminal:

START: Chrome 84.0.4147 (Mac OS X 10.15.6) ERROR You need to include some adapter that implements karma.start method!

kfarr commented 4 years ago

Resolved with https://github.com/ngokevin/angle/pull/50