-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Test Page for Sinon.JS Test Examples
- Loading branch information
1 parent
143f964
commit a1408b4
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<html> | ||
<head> | ||
<title>Sinon JS Test Examples </title> | ||
<script src="code.js"> | ||
</script> | ||
<script src="sinon-1.12.2.js"> | ||
</script> | ||
<script src="jquery-1.11.2.js"> | ||
</script> | ||
<link rel="stylesheet" type="text/css" href="qunit-1.17.1.css"/> | ||
</head> | ||
<body> | ||
<div id="qunit"></div> | ||
<div id="qunit-fixture"></div> | ||
<script type="text/javascript" src="qunit-1.17.1.js"> | ||
</script> | ||
<script src="test.js"> | ||
</script> | ||
</body> | ||
</html> |