text 如何在项目创建后使用Jest实施vue单元测试?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 如何在项目创建后使用Jest实施vue单元测试?相关的知识,希望对你有一定的参考价值。

1 - sudo vue add @vue/unit-jest
2 - Clear Jest cache. You can find the cache location by running `jest --showConfig`. Look for `cacheDirectory` key. Its value is the name of the folder you'll need to remove.
3 - Create test files into project_name/tests/unit/. file must have this structure name.spec.js for example /home/pablo/projects/lumbre/lumbre-vue-admin/tests/unit/LmPagination.spec.js
4 - In the terminal yarn test:unit

以上是关于text 如何在项目创建后使用Jest实施vue单元测试?的主要内容,如果未能解决你的问题,请参考以下文章

使用 <script setup> 时无法使用 Jest 访问 Vue 单文件组件中的方法

Vue-cli创建项目从单页面到多页面2-history模式

如何在带有 Typescript 的视图中使用 Vue 单文件组件?

Vue/Typescript/Jest - Jest 单元测试语法错误:意外的令牌导入

使用vue+zrender绘制体温单 三测单

用 jest 测试 Vue 过滤器