Use where function in MVT tests
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
goog.provide('ol.test.format.MVT');
|
goog.provide('ol.test.format.MVT');
|
||||||
|
|
||||||
(typeof ArrayBuffer == 'function' ? describe : xdescribe)('ol.format.MVT',
|
where('ArrayBuffer').describe('ol.format.MVT', function() {
|
||||||
function() {
|
|
||||||
|
|
||||||
var data;
|
var data;
|
||||||
beforeEach(function(done) {
|
beforeEach(function(done) {
|
||||||
@@ -68,7 +67,7 @@ goog.provide('ol.test.format.MVT');
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
goog.require('ol.Feature');
|
goog.require('ol.Feature');
|
||||||
|
|||||||
@@ -459,6 +459,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
var features = {
|
var features = {
|
||||||
|
ArrayBuffer: typeof ArrayBuffer === 'function',
|
||||||
Uint8ClampedArray: ('Uint8ClampedArray' in global)
|
Uint8ClampedArray: ('Uint8ClampedArray' in global)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user