fix more typos. There were more than I realised

This commit is contained in:
Job Engel
2016-05-12 09:55:34 +02:00
parent ba45d2d097
commit 27c77af7d9
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ module.exports = function(config) {
'node_modules/angular2/bundles/http.min.js',
'node_modules/rxjs/bundles/Rx.min.js',
'dist/bundles/ionic.system.js',
//'node_modules/angular2/bundles/test_lib.js',
'node_modules/angular2/bundles/test_lib.js',
{ pattern: 'dist/tests/**/*.spec.js', included: false },
'scripts/karma/test-main.js'
],