blunders
blunders

Reputation: 3669

Unit tests for the core jQuery libraries

Do they exist, and if so, where's documentions and code?

Upvotes: 6

Views: 463

Answers (2)

danielrsmith
danielrsmith

Reputation: 4060

They are in the test directory in Git.

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

Upvotes: 6

Niels
Niels

Reputation: 49949

You can make unit tests with QUnit.

http://docs.jquery.com/QUnit

Upvotes: 2

Related Questions