Vue.js 单元测试最佳实践

Vue.js unit testing best practice

这是一个一般性问题。不过我很好奇想问一下:vue js单元测试的包有很多。

哪一个是企业项目的最佳实践或推荐?

这些没有可比性,因为每个都有不同的用途。

来自每个库的文档:

vue-test-utils

Vue Test Utils is the official unit testing utility library for Vue.js.

vue-jest

... To teach Jest how to process *.vue files, we will need to install and configure the vue-jest preprocessor.

cypress-vue-unit-test

A little helper to unit test Vue components in the open source Cypress.io E2E test runner

如果您没有偏好并想从哪里开始,那么一定要从官方文档开始:Choosing a test runner