Rename test
This commit is contained in:
parent
4b9f4cb056
commit
ed99a3642f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ describe('L.U.Map.Export', function () {
|
||||||
assert.equal(content, expected)
|
assert.equal(content, expected)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should export to gpx', function () {
|
it('should export to kml', function () {
|
||||||
const { content, filetype, filename } = this.map.format('kml')
|
const { content, filetype, filename } = this.map.format('kml')
|
||||||
assert.equal(filetype, 'application/vnd.google-earth.kml+xml')
|
assert.equal(filetype, 'application/vnd.google-earth.kml+xml')
|
||||||
assert.equal(filename, 'name_of_the_map.kml')
|
assert.equal(filename, 'name_of_the_map.kml')
|
||||||
|
|
Loading…
Reference in a new issue