Skip to content

Commit

Permalink
Merge pull request #1126 from gavinr/dependencies-update
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
jgravois authored Oct 5, 2018
2 parents db1350c + 043d19e commit a681579
Show file tree
Hide file tree
Showing 7 changed files with 2,701 additions and 2,161 deletions.
18 changes: 1 addition & 17 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,7 @@ module.exports = function (config) {
'node_modules/leaflet/dist/leaflet.css',
'node_modules/leaflet/dist/leaflet-src.js',
'dist/esri-leaflet-debug.js',
// these two are the tempermental ones
'spec/Layers/ImageMapLayerSpec.js',
'spec/Layers/DynamicMapLayerSpec.js',
'spec/Layers/BasemapLayerSpec.js',
'spec/Layers/TiledMapLayerSpec.js',
'spec/Layers/RasterLayerSpec.js',
'spec/Layers/FeatureLayer/*Spec.js',
// 'spec/Layers/*Spec.js',
'spec/Tasks/*Spec.js',
'spec/Services/*Spec.js',
'spec/*Spec.js'
'spec/**/*Spec.js'
],

// list of files to exclude
Expand Down Expand Up @@ -80,12 +70,6 @@ module.exports = function (config) {

// Configure the coverage reporters
coverageReporter: {
instrumenters: {
isparta: require('isparta')
},
instrumenter: {
'src/**/*.js': 'isparta'
},
reporters: [
{
type: 'html',
Expand Down
Loading

0 comments on commit a681579

Please sign in to comment.