Fix the the 'remove' exists test.
This commit is contained in:
@@ -194,10 +194,9 @@ describe("ol.geom.linestring", function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
describe("the method 'remove'", function() {
|
describe("the method 'remove'", function() {
|
||||||
it("exists", function(){
|
it("exists", function(){
|
||||||
expect( ls.add ).toBeA( Function );
|
expect( ls.remove ).toBeA( Function );
|
||||||
});
|
});
|
||||||
|
|
||||||
it("works with a single point", function(){
|
it("works with a single point", function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user