Skip to content

51fe/element-plus-testing

Repository files navigation

Element-plus testing

It's easy to test vue App with jest and vue testing library, but if the App used a UI library (e.g. element-plus), things will become difficult. Here are some my used samples. If they can be helpful for you, I'll be very happy!

Recommended IDE Setup

Project setup

npm install

Compiles and hot-reloads for development

npm run start

Unit Test

npm run test

About

Some element-plus testing samples with vue testing library + vue test utils on vite + jest

Topics

Resources

Stars

Watchers

Forks