diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-07 03:31:15 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-07 03:31:15 +0000 |
commit | b792bd46ec9b1b55bf2289faedd4ab3614c9319a (patch) | |
tree | 4b1736c703d392ec07fd4a5ae3390151470ae933 /tests/testsuite.js | |
parent | 4707debd645e63ea22d7a076e97a34eb3d310ebc (diff) | |
download | jquery-ui-b792bd46ec9b1b55bf2289faedd4ab3614c9319a.tar.gz jquery-ui-b792bd46ec9b1b55bf2289faedd4ab3614c9319a.zip |
restructured unit tests folder
Diffstat (limited to 'tests/testsuite.js')
-rw-r--r-- | tests/testsuite.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/testsuite.js b/tests/testsuite.js deleted file mode 100644 index 2ad60cbab..000000000 --- a/tests/testsuite.js +++ /dev/null @@ -1,10 +0,0 @@ -$(function() { - -$('body').prepend( - '<h1 id="header">' + document.title + '</h1>' + - '<h2 id="banner"></h2>' + - '<h2 id="userAgent"></h2>' + - '<ol id="tests"></ol>' -); - -}); |