Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate whether angular can be used in karma tests #15

Open
nickjanssen opened this issue Sep 7, 2014 · 2 comments
Open

investigate whether angular can be used in karma tests #15

nickjanssen opened this issue Sep 7, 2014 · 2 comments

Comments

@nickjanssen
Copy link
Owner

No description provided.

@ingmargoudt
Copy link

bower_components/angular/angular.min.js should be added to the core/gulp/karma.js in the attribute files, as well as a reference to all source files: '/src//*'

@ingmargoudt
Copy link

Forget that first comment. Better is to let the core/gulp/karma.js reference to the karma.config.js file that resides in the angus.AppPath. The user can then edit and customize the config file for karma.

karma.start({
configFile: angus.AppPath + '/karma.conf.js',
singleRun: true
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants