Closed jsanzmex closed 8 years ago
Hi,
I found out the angular and angular-mock files were not properly configured at karma.conf.js . This worked for me:
// list of files / patterns to load in the browser
files: [
'dist/vendor/angular/angular.min.js',
'dist/vendor/angular-mocks/angular-mocks.js',
'dist/app/**/*.js',
'__tests__/**/*.spec.js'
],
@jsanzmex thank you. Let me make the change and verify this correction
Wooo what a nasty bugger...
Fixed with new Build >> https://circleci.com/gh/Stephn-R/electron-angular-boilerplate/14
Hi Stephen,
First off, your boilerplate is awesome :D
The problem is when I run tests with 'npm test'. I get this at the end:
node 5.0.0 npm 3.3.6 Mac OS X 10.11.1
I had to modify devDependencies at package.json to avoid warnings and errors:
I hope you can help me. I am planning to use you boilerplate for a project but I need tests up and running.
Kind Regards