Skip to content

Commit 1916c95

Browse files
committed
Merge pull request #183 from sorich87/local-libraries
Use local libraries to run the tests faster
2 parents bbff884 + 39e9ca4 commit 1916c95

File tree

2 files changed

+9791
-2
lines changed

2 files changed

+9791
-2
lines changed

ionic.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ module.exports = function(config) {
1515
// list of files / patterns to load in the browser
1616
files: [
1717
// Include jQuery only for testing convience (lots of DOM checking for unit tests on directives)
18-
'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js',
18+
'vendor/jquery/jquery-1.10.2.js',
1919

2020
'dist/js/ionic.js',
2121
'dist/js/ionic-angular.js',
2222

23-
'https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-mocks.js',
23+
'vendor/angular/1.2.1/angular-mocks.js',
2424

2525
'test/**/*.js',
2626

0 commit comments

Comments
 (0)