Skip to content

Commit cf5f90a

Browse files
committed
chore: Updated karma (2 -> 6) and jasmine (2 -> 4) and depending packages, also fixing all security issues as of 2022-05-08.
chore: Added package-lock.json. test: Corrected module dependency to iso-3166-country-codes-angular, so that controllerSpec test runs successfully.
1 parent 6392d61 commit cf5f90a

File tree

4 files changed

+1844
-9
lines changed

4 files changed

+1844
-9
lines changed

config/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = function(config) {
55
files: [
66
'app/lib/angular-1.2.32/angular.js',
77
'app/lib/angular-1.2.32/angular-*.js',
8+
'app/lib/iso-3166-country-codes-angular/*.js',
89
'test/lib/angular-1.2.32/angular-mocks.js',
910
'app/js/**/*.js',
1011
'test/unit/**/*.js'

0 commit comments

Comments
 (0)