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

Commit e1942df

Browse files
committed
Fixed unable to find Leaflet.PolylineDecorator for tests
1 parent d431344 commit e1942df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = (karma) => {
3030
'test/unit/bootstrap.coffee',
3131
'test/unit/**/*.js',
3232
'test/unit/**/*.coffee',
33-
'bower_components/Leaflet.PolylineDecorator/leaflet.polylineDecorator.js',
33+
'bower_components/Leaflet.PolylineDecorator/dist/leaflet.polylineDecorator.js',
3434
//do not include those specs for jasmine html runner by karma kama_jasmine_runner.html
3535
{pattern:'test/**/**/*.coffee', included: false},
3636
{pattern: 'dist/**/*.js.map', included: false}

0 commit comments

Comments
 (0)