Pull in QUnit using a submodule. In order to build jQuery (and run the tests) you...
authorJohn Resig <jeresig@gmail.com>
Fri, 23 Oct 2009 01:39:41 +0000 (21:39 -0400)
committerJohn Resig <jeresig@gmail.com>
Fri, 23 Oct 2009 01:39:41 +0000 (21:39 -0400)
commit920238d4851bc9b1ee22f6ebdffde9ed55cb1e91
treec875f40c1a882e333f8a69fab184c4ac5a453ee3
parent4a51b12b95fe6c6c617e02913b7ac5ee3a4b29a0
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.
.gitmodules [new file with mode: 0644]
test/index.html
test/qunit [new submodule]