Skip to content

Commit

Permalink
- fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Jul 26, 2024
1 parent cd9ef2c commit 5c00243
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ module.exports = function (config) {
// list of files / patterns to load in the browser
files: [
'node_modules/jasmine-data_driven_tests/src/all.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/jquery-2.1.4/jquery-2.1.4.min.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/leaflet-0.7.7/leaflet.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/Leaflet.Coordinates-0.1.5/Leaflet.Coordinates-0.1.5.min.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/Leaflet.loading-0.1.16/Control.Loading.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/Leaflet.EasyButton-1.2.0/easy-button.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/vendor/urijs-1.18.0/URI.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/js/layers/SmartWmsLayer.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/js/Map.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin/web-app/js/OccurrenceMap.js',
'https://cdn.jsdelivr.net/gh//jquery/jquery@2.1.4/dist/jquery.min.js',
'https://cdn.jsdelivr.net/gh/Leaflet/Leaflet@v0.7.7/dist/leaflet.js',
'https://cdn.jsdelivr.net/gh/MrMufflon/Leaflet.Coordinates@v0.1.5/dist/Leaflet.Coordinates-0.1.5.min.js',
'https://cdn.jsdelivr.net/gh/ebrelsford/Leaflet.loading@v0.1.16/src/Control.Loading.js',
'https://cdn.jsdelivr.net/gh/CliffCloud/Leaflet.EasyButton@v1.2.0/src/easy-button.js',
'https://cdn.jsdelivr.net/gh/medialize/URI.js@v1.18.0/src/URI.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1/grails-app/assets/javascripts/plugins/ala-map/layers/SmartWmsLayer.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1//grails-app/assets/javascripts/plugins/ala-map/Map.js',
'https://cdn.jsdelivr.net/gh/AtlasOfLivingAustralia/ala-map-plugin@3.0.1//grails-app/assets/javascripts/plugins/ala-map/OccurrenceMap.js',
'grails-app/assets/thirdparty/modernizr/modernizer.js',
'grails-app/assets/thirdparty/angular/angular-1.3.20.js',
'grails-app/assets/thirdparty/angular/angular-sanitize-1.3.20.js',
Expand Down Expand Up @@ -112,8 +112,8 @@ module.exports = function (config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [
'Chrome',
'ChromeHeadless'
'Chrome'//,
// 'ChromeHeadless'
],


Expand Down

0 comments on commit 5c00243

Please sign in to comment.