Just bootstrapped an app w/ mean.io
mean init myApp
cd myApp
grunt test
and the karma tests are failing with " Error: [$injector:nomod] Module 'mean.system' is not available!"
OSX 10.9.4 mean 0.5.51 PhantomJS 1.9.7 Karma 0.12.16
The packaged karma.conf.js looks reasonable: [fragment]
// list of files / patterns to load in the browser
files: _.flatten(_.values(assets.core.js)).concat([
'packages/system/public/init.js',
'packages/*/public/*/*.js'
]),