jbaysolutions/vue-grid-layout

Add test cases to the project?

Open

#534 opened on Jan 4, 2021

View on GitHub
 (1 comment) (0 reactions) (1 assignee)JavaScript (6,777 stars) (1,436 forks)batch import
help wanted

Description

@gmsa If considering adding tests, I recommend Jest. Because Jest has the following advantages:

  • Easy to get started
  • Built-in assertion and mock functions
  • Built-in test coverage statistics
  • Built-in Snapshot Mechanism
  • Vue official website preference framework

I am willing to provide this PR.

Contributor guide