diff options
author | John Resig <jeresig@gmail.com> | 2009-10-22 21:39:41 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-10-22 21:39:41 -0400 |
commit | 920238d4851bc9b1ee22f6ebdffde9ed55cb1e91 (patch) | |
tree | c875f40c1a882e333f8a69fab184c4ac5a453ee3 /.gitmodules | |
parent | 4a51b12b95fe6c6c617e02913b7ac5ee3a4b29a0 (diff) | |
download | jquery-920238d4851bc9b1ee22f6ebdffde9ed55cb1e91.tar.gz jquery-920238d4851bc9b1ee22f6ebdffde9ed55cb1e91.zip |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..50fc19940 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test/qunit"] + path = test/qunit + url = git://github.com/jquery/qunit.git |