Created
January 30, 2017 13:54
-
-
Save javaeeeee/dcf9f1b2700d590a0082ec8a857cf2e4 to your computer and use it in GitHub Desktop.
List of files to load in the browser by Karma test runner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
// 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