diff --git a/.jest.js b/.jest.js index e367fe38d6..08ff43ec46 100644 --- a/.jest.js +++ b/.jest.js @@ -1,4 +1,4 @@ -const compileModules = ['dnd-core', 'react-sticky-box', 'tween-one', '@babel', '@ant-design']; +const compileModules = ['react-sticky-box', 'rc-tween-one', '@babel', '@ant-design', 'countup.js']; const ignoreList = []; diff --git a/package.json b/package.json index 4c862028d2..a2bffbce8e 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,6 @@ "antd-token-previewer": "^1.1.0-21", "chalk": "^4.0.0", "cheerio": "1.0.0-rc.12", - "countup.js": "2.6.0", "cross-env": "^7.0.0", "dekko": "^0.2.1", "dumi": "^2.1.17",