Skip to content

Commit ad2c7e2

Browse files
author
荊芥
committed
test: 修改单测配置
1 parent 4181cbf commit ad2c7e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
'lodash-es': 'lodash',
2323
'd3-color': 'd3-color/dist/d3-color.min.js',
2424
'd3-interpolate': 'd3-interpolate/dist/d3-interpolate.min.js',
25-
'd3-geo': 'd3-geo/build/d3-geo.min.js'
25+
'd3-geo': 'd3-geo/build/d3-geo.min.js',
26+
'd3-path': 'd3-path/dist/d3-path.min.js'
2627
},
2728
};

0 commit comments

Comments
 (0)