Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Fixed unable to find Leaflet.PolylineDecorator for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehuangsg committed Aug 7, 2017
1 parent d431344 commit e1942df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = (karma) => {
'test/unit/bootstrap.coffee',
'test/unit/**/*.js',
'test/unit/**/*.coffee',
'bower_components/Leaflet.PolylineDecorator/leaflet.polylineDecorator.js',
'bower_components/Leaflet.PolylineDecorator/dist/leaflet.polylineDecorator.js',
//do not include those specs for jasmine html runner by karma kama_jasmine_runner.html
{pattern:'test/**/**/*.coffee', included: false},
{pattern: 'dist/**/*.js.map', included: false}
Expand Down

0 comments on commit e1942df

Please sign in to comment.