From db5986fcc1d81493029508ca0ad0a96c070e0611 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 5 Nov 2013 09:50:19 +0100 Subject: [PATCH] Use describe instead of describe.only --- test/spec/ol/coordinate.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/coordinate.test.js b/test/spec/ol/coordinate.test.js index baee06d42d..5407ff1634 100644 --- a/test/spec/ol/coordinate.test.js +++ b/test/spec/ol/coordinate.test.js @@ -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',