Skip to content

Commit

Permalink
change tests back to HTML reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 28, 2012
1 parent 3902ba8 commit 3e7cf65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="mocha/mocha.css" />
<script src="mocha/mocha.js"></script>
<script>console.log(mocha.reporters);</script>
<script>mocha.setup({ ui: 'bdd', reporter: mocha.reporters.Markdown })</script>
<script>mocha.setup({ ui: 'bdd', reporter: mocha.reporters.HTML })</script>
<script>
function assert(expr, msg) {
if (!expr) throw new Error(msg || 'failed');
Expand Down

0 comments on commit 3e7cf65

Please sign in to comment.