Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 241 Bytes

init.md

File metadata and controls

9 lines (9 loc) · 241 Bytes
mkdir example
cd example
yarn init -y
// 后来依赖越来越多,还是以example文件夹中的package.json中的为准
yarn add jest @types/jest typescript ts-jest react antd enzyme @types/enzyme jsdom
mkdir src
mkdir __tests__