Skip to content

Commit

Permalink
test: 移除 core-jsregenerator-runtime 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed May 10, 2021
1 parent aa363ca commit ca9c04b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions __tests__/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';

import React from 'react';
import ColorPicker from '..';
import {render} from '@testing-library/react';
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
},
"devDependencies": {
"@miaoxing/dev": "^6.4.0",
"core-js": "^3.6.5",
"regenerator-runtime": "^0.13.5",
"@testing-library/react": "^11.2.6"
},
"ciDependencies": {
Expand Down

0 comments on commit ca9c04b

Please sign in to comment.