mekefly / jest-template

jest 模板

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jest-typescript-template

六步创建jest测试模板

Get started

1. 创建文件夹

mkdir FolderName

2. 进入文件夹

cd FolderName

3. 下载模板

git clone git@github.com:mekefly/jest-template.git ./

git clone <git@github.com:mekefly/jest-template.git> ./

4. 安装依赖

yarn install

5. 运行测试

yarn jest

6. 删除存储仓库

git remote remove origin

然后再条件你自己的仓库名就可以了

About

jest 模板


Languages

Language:TypeScript 59.5%Language:JavaScript 40.5%