Remove describe('readFeatures') in GPX tests
Just a remove an unnecessary level of nesting. No functional change.
This commit is contained in:
@@ -19,8 +19,6 @@ describe('ol.format.GPX', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('readFeatures', function() {
|
|
||||||
|
|
||||||
describe('rte', function() {
|
describe('rte', function() {
|
||||||
|
|
||||||
it('can read an empty rte', function() {
|
it('can read an empty rte', function() {
|
||||||
@@ -559,8 +557,6 @@ describe('ol.format.GPX', function() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user