Skip to content

Commit

Permalink
Added Test Page for Sinon.JS Test Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikbenmerar committed Feb 10, 2015
1 parent 143f964 commit a1408b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sinon-test-example/tdd-sinon.html
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>

0 comments on commit a1408b4

Please sign in to comment.