angular1-systemjs-seed icon indicating copy to clipboard operation
angular1-systemjs-seed copied to clipboard

Tests aren't working

Open linnett opened this issue 9 years ago • 5 comments

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)

linnett avatar Jun 02 '15 16:06 linnett

its missing something it thinks should be in bower.

amcdnl avatar Jun 02 '15 18:06 amcdnl

OK do you know how I can fix it?

linnett avatar Jun 02 '15 19:06 linnett

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

marjan-georgiev avatar Jun 02 '15 20:06 marjan-georgiev

Thank you

linnett avatar Jun 02 '15 20:06 linnett

Also keen to get this working, thanks :-)

Quirksmode avatar Jun 02 '15 21:06 Quirksmode