Skip to content

Commit 4181cbf

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Run CI
1919
run: |
20-
npm install --legacy-peer-deps --force
20+
npm install --legacy-peer-deps
2121
npm run lint
2222
npm run build
2323
npm run coverage

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ 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'
2526
},
2627
};

0 commit comments

Comments
 (0)