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