Merge pull request #3419 from elemoine/describeonly

Remove describe.only
This commit is contained in:
Éric Lemoine
2015-03-30 16:51:38 +02:00

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() {