美文网首页
Vitest + Vue Test Utils + vue3 单

Vitest + Vue Test Utils + vue3 单

作者: 苏苡 | 来源:发表于2023-05-24 08:20 被阅读0次

下载插件vitest:

使用 npm

npm install -D vitest

使用 yarn

yarn add -D vitest

使用 pnpm

pnpm add -D vitest

下载插件Vue Test Utils:

安装 Jest 和 Vue Test Utils:

 npm install--save-dev jsdom jsdom-global

安装 vue-jest 预处理器

npm install--save-dev vue-jest

安装 babel-jest

npm install --save-dev babel-jest

1. 在package.json 直接引入vitest相关配置(test,test:coverage )

相关文章

网友评论

      本文标题:Vitest + Vue Test Utils + vue3 单

      本文链接:https://www.haomeiwen.com/subject/jaeasdtx.html