test: update district test

This commit is contained in:
thinkinggis 2020-05-10 19:49:11 +08:00
parent 6d88f5a4c7
commit f762011c12
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import BaseLayer from '../layer/baseLayer';
import BaseLayer from '../src/layer/baseLayer';
describe('baseLayer', () => {
it('set option', () => {
const option = {

View File

@ -34,7 +34,7 @@
"test": "jest"
},
"dependencies": {
"@antv/l7": "^2.2.0",
"@antv/l7": "^2.2.3",
"@babel/runtime": "^7.7.7",
"@turf/circle": "^6.0.1",
"@turf/distance": "^6.0.1",
@ -47,7 +47,7 @@
"pbf": "^3.2.1"
},
"peerDependencies": {
"@antv/l7": "^2.1.15"
"@antv/l7": "^2.2.3"
},
"bugs": {
"url": "https://github.com/antvis/L7/issues"