Skip to content

Commit

Permalink
Added test for tagCount
Browse files Browse the repository at this point in the history
Added jquery library and updated SpecRunner to reference it.  Added
tests to tagCount in part2.js
  • Loading branch information
mybrainishuge committed Mar 27, 2016
1 parent 8731b38 commit d0a06ec
Show file tree
Hide file tree
Showing 3 changed files with 9,628 additions and 14 deletions.
1 change: 1 addition & 0 deletions SpecRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>Recursion Test Suite</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="lib/css/mocha.css" />
<script src="lib/jquery.js"></script>
<script src="lib/chai.js"></script>
<script src="lib/mocha.js"></script>
<script src="lib/sinon.js"></script>
Expand Down
Loading

0 comments on commit d0a06ec

Please sign in to comment.