Unit tests for jQuery core libraries

Do they exist, and if so, where are the documents and code?

+6
source share
2 answers

They are in the test directory in Git.

https://github.com/jquery/jquery/tree/master/test

+6
source

You can do unit tests with QUnit.

http://docs.jquery.com/QUnit

+2
source

Source: https://habr.com/ru/post/901453/


All Articles