Remove describe.only

This commit is contained in:
Éric Lemoine
2015-03-30 16:34:50 +02:00
parent 7c55639632
commit f6461afdac

View File

@@ -137,7 +137,7 @@ describe('ol.interaction.Select', function() {
});
});
describe.only('filter out features using the filter option', function() {
describe('filter out features using the filter option', function() {
var select;
describe('with multi set to true', function() {