Use describe instead of describe.only

This commit is contained in:
Frederic Junod
2013-11-05 09:50:19 +01:00
parent 333ca47a19
commit db5986fcc1

View File

@@ -1,6 +1,6 @@
goog.provide('ol.test.coordinate');
describe.only('ol.coordinate', function() {
describe('ol.coordinate', function() {
describe('#closestOnSegment', function() {
it('can handle points where the foot of the perpendicular is closest',