Better test description.
This commit is contained in:
@@ -62,7 +62,7 @@ describe("ol.geom.collection", function() {
|
|||||||
}).toThrow();
|
}).toThrow();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("allows 'ol.geom.multi*' (even though these are technically of ol.geom.collections)", function(){
|
it("allows 'ol.geom.multi*' (even though these are technically ol.geom.collections)", function(){
|
||||||
expect(function(){
|
expect(function(){
|
||||||
c.add(
|
c.add(
|
||||||
ol.geom.multipoint([
|
ol.geom.multipoint([
|
||||||
|
|||||||
Reference in New Issue
Block a user