Load source maps of dependencies for tests

This commit is contained in:
Andreas Hocevar
2022-04-09 10:27:16 +02:00
parent ffee2f727e
commit 5722460250
4 changed files with 89 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
import MapboxVectorLayer from '../../../../../src/ol/layer/MapboxVector.js';
import {asString} from '../../../../../src/ol/color.js';
import {strokeInstruction} from '../../../../../src/ol/render/canvas/Instruction.js';
import {unByKey} from '../../../../../src/ol/Observable.js';
describe('ol/layer/MapboxVector', () => {