swimlane / angular1-systemjs-seed

AngularJS 1.x + SystemJS Seed
MIT License
210 stars 40 forks source link

Tests aren't working #36

Open linnett opened 9 years ago

linnett commented 9 years ago

Hey - awesome demo here. But unfortunately the tests are not working for me. I did the usual npm install & jspm install. Ran gulp tests and I got the following:

WARN [watcher]: Pattern "/Users/samlinnett/Projects/angular-systemjs-seed/bower_components/*/.js" does not match any file. WARN [watcher]: Pattern "/Users/samlinnett/Projects/angular-systemjs-seed/bower_components/*/.css" does not match any file. INFO [karma]: Karma v0.12.35 server started at http://localhost:9876/ INFO [launcher]: Starting browser Chrome WARN [web-server]: 404: /favicon.ico INFO [Chrome 43.0.2357 (Mac OS X 10.10.3)]: Connected on socket 8pFG6e6CDrcrJgGRLu_q with id 5351774 WARN [web-server]: 404: /base/dist/chai.js Chrome 43.0.2357 (Mac OS X 10.10.3): Executed 0 of 0 ERROR (0.002 secs / 0 secs)

amcdnl commented 9 years ago

its missing something it thinks should be in bower.

linnett commented 9 years ago

OK do you know how I can fix it?

marjan-georgiev commented 9 years ago

We removed bower from the app and migrated everything to jspm. I'll update the tests to address that.

linnett commented 9 years ago

Thank you

Quirksmode commented 9 years ago

Also keen to get this working, thanks :-)