Pull in QUnit using a submodule. In order to build jQuery (and run the tests) you'll need to do 'git submodule init' and 'git submodule update' after checkout.

This commit is contained in:
John Resig 2009-10-22 21:39:41 -04:00
parent 4a51b12b95
commit 920238d485
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "test/qunit"]
path = test/qunit
url = git://github.com/jquery/qunit.git