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

Commit fee0175

Browse files
committed
chore(test): try for fix travis error
1 parent 713eddc commit fee0175

File tree

6 files changed

+4
-49
lines changed

6 files changed

+4
-49
lines changed

dist/ui-leaflet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-leaflet.min.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

dist/ui-leaflet.min.no-header.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/ui-leaflet_dev_mapped.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/unit/geojsonDirectiveSpec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe 'Directive: geojson', ->
1414
scope = $rootScope.$new()
1515

1616
afterEach inject ($rootScope) ->
17-
$rootScope.$apply()
17+
# $rootScope.$apply()
1818

1919
it 'should not create a geoJSON tilelayer if a bad structure is provided', (done) ->
2020
angular.extend scope, geojson: {}

test/unit/markersDirectiveSpec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe 'Directive: leaflet', ->
5555
visible: false
5656

5757
afterEach inject ($rootScope) ->
58-
$rootScope.$apply()
58+
# $rootScope.$apply()
5959
# Marker
6060
it 'should create main marker on the map', (done) ->
6161
main_marker =

0 commit comments

Comments
 (0)