Use describe instead of describe.only
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
goog.provide('ol.test.coordinate');
|
goog.provide('ol.test.coordinate');
|
||||||
|
|
||||||
describe.only('ol.coordinate', function() {
|
describe('ol.coordinate', function() {
|
||||||
|
|
||||||
describe('#closestOnSegment', function() {
|
describe('#closestOnSegment', function() {
|
||||||
it('can handle points where the foot of the perpendicular is closest',
|
it('can handle points where the foot of the perpendicular is closest',
|
||||||
|
|||||||
Reference in New Issue
Block a user