Skip to content

Commit

Permalink
Make test failure output more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Jul 8, 2015
1 parent 8ed65d7 commit a30620a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tests.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#qunit-tests .fail .fail {
font-family: monospace;
white-space: pre;
}
1 change: 1 addition & 0 deletions test/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<link rel="stylesheet" href="qunit.css" type="text/css"/>
<link rel="stylesheet" href="tests.css" type="text/css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" ></script>
<script type="text/javascript" src="qunit.js" ></script>
<script type="text/javascript" src="../lib/biginteger.js"></script>
Expand Down

0 comments on commit a30620a

Please sign in to comment.