Skip to content

Commit

Permalink
Moved the QUnit source into a separate directory and updated the test…
Browse files Browse the repository at this point in the history
… suite/packages files.
  • Loading branch information
jeresig committed Sep 30, 2009
1 parent aa45704 commit 38babb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
},
"description": "An easy-to-use JavaScript Unit Testing framework.",
"keywords": [ "testing", "unit", "jquery" ],
"lib": "."
"lib": "qunit"
}
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<title>QUnit Test Suite</title>
<link rel="stylesheet" href="../qunit.css" type="text/css" media="screen">
<link rel="stylesheet" href="../qunit/qunit.css" type="text/css" media="screen">

<script type="text/javascript" src="../qunit.js"></script>
<script type="text/javascript" src="../qunit/qunit.js"></script>
<script type="text/javascript" src="test.js"></script>
<script type="text/javascript" src="same.js"></script>
</head>
Expand Down

0 comments on commit 38babb1

Please sign in to comment.