Transformed
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
goog.require('ol.source.Stamen');
|
||||
import _ol_source_Stamen_ from '../../../../src/ol/source/Stamen.js';
|
||||
|
||||
|
||||
describe('ol.source.Stamen', function() {
|
||||
@@ -8,7 +6,7 @@ describe('ol.source.Stamen', function() {
|
||||
describe('constructor', function() {
|
||||
|
||||
it('can be constructed with a custom minZoom', function() {
|
||||
var source = new ol.source.Stamen({
|
||||
var source = new _ol_source_Stamen_({
|
||||
layer: 'watercolor',
|
||||
minZoom: 10
|
||||
});
|
||||
@@ -16,7 +14,7 @@ describe('ol.source.Stamen', function() {
|
||||
});
|
||||
|
||||
it('can be constructed with a custom maxZoom', function() {
|
||||
var source = new ol.source.Stamen({
|
||||
var source = new _ol_source_Stamen_({
|
||||
layer: 'watercolor',
|
||||
maxZoom: 8
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user