Skip to content

Commit 5c00243

Browse files
committed
- fixed failing test
1 parent cd9ef2c commit 5c00243

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: karma.conf.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ module.exports = function (config) {
3939
// list of files / patterns to load in the browser
4040
files: [
4141
'node_modules/jasmine-data_driven_tests/src/all.js',
42-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/jquery-2.1.4/jquery-2.1.4.min.js',
43-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/leaflet-0.7.7/leaflet.js',
44-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/Leaflet.Coordinates-0.1.5/Leaflet.Coordinates-0.1.5.min.js',
45-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/Leaflet.loading-0.1.16/Control.Loading.js',
46-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/Leaflet.EasyButton-1.2.0/easy-button.js',
47-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/urijs-1.18.0/URI.js',
48-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/js/layers/SmartWmsLayer.js',
49-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/js/Map.js',
50-
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/js/OccurrenceMap.js',
42+
'https://cdn.jsdelivr.net/gh//jquery/jquery@2.1.4/dist/jquery.min.js',
43+
'https://cdn.jsdelivr.net/gh/Leaflet/Leaflet@v0.7.7/dist/leaflet.js',
44+
'https://cdn.jsdelivr.net/gh/MrMufflon/Leaflet.Coordinates@v0.1.5/dist/Leaflet.Coordinates-0.1.5.min.js',
45+
'https://cdn.jsdelivr.net/gh/ebrelsford/Leaflet.loading@v0.1.16/src/Control.Loading.js',
46+
'https://cdn.jsdelivr.net/gh/CliffCloud/Leaflet.EasyButton@v1.2.0/src/easy-button.js',
47+
'https://cdn.jsdelivr.net/gh/medialize/URI.js@v1.18.0/src/URI.js',
48+
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1/grails-app/assets/javascripts/plugins/ala-map/layers/SmartWmsLayer.js',
49+
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1//grails-app/assets/javascripts/plugins/ala-map/Map.js',
50+
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1//grails-app/assets/javascripts/plugins/ala-map/OccurrenceMap.js',
5151
'grails-app/assets/thirdparty/modernizr/modernizer.js',
5252
'grails-app/assets/thirdparty/angular/angular-1.3.20.js',
5353
'grails-app/assets/thirdparty/angular/angular-sanitize-1.3.20.js',
@@ -112,8 +112,8 @@ module.exports = function (config) {
112112
// start these browsers
113113
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
114114
browsers: [
115-
'Chrome',
116-
'ChromeHeadless'
115+
'Chrome'//,
116+
// 'ChromeHeadless'
117117
],
118118

119119

0 commit comments

Comments
 (0)