Use where function in MVT tests

This commit is contained in:
Tim Schaub
2016-03-02 13:22:33 -07:00
parent 1925e39b69
commit 9c594bc997
2 changed files with 65 additions and 65 deletions
+1 -2
View File
@@ -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) {
+1
View File
@@ -459,6 +459,7 @@
};
var features = {
ArrayBuffer: typeof ArrayBuffer === 'function',
Uint8ClampedArray: ('Uint8ClampedArray' in global)
};