Use local libraries to run the tests faster

This commit is contained in:
Ulrich Sossou
2013-11-23 08:40:42 +01:00
parent 223ba810c8
commit 39e9ca4198
2 changed files with 9791 additions and 2 deletions

View File

@@ -15,12 +15,12 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
// Include jQuery only for testing convience (lots of DOM checking for unit tests on directives)
'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js',
'vendor/jquery/jquery-1.10.2.js',
'dist/js/ionic.js',
'dist/js/ionic-angular.js',
'https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-mocks.js',
'vendor/angular/1.2.1/angular-mocks.js',
'test/**/*.js',

9789
vendor/jquery/jquery-1.10.2.js vendored Normal file
View File

File diff suppressed because it is too large Load Diff