Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created January 30, 2017 13:54
Show Gist options
  • Save javaeeeee/dcf9f1b2700d590a0082ec8a857cf2e4 to your computer and use it in GitHub Desktop.
Save javaeeeee/dcf9f1b2700d590a0082ec8a857cf2e4 to your computer and use it in GitHub Desktop.
List of files to load in the browser by Karma test runner
...
// list of files / patterns to load in the browser
files: [
'node_modules/angular/angular.js',
'node_modules/angular-mocks/angular-mocks.js',
'app/app.module.js',
'app/hello/hello.controller.js',
'app/hello/hello.controller.spec.js'
],
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment