Skip to content

Commit

Permalink
Fixed mocha css urls
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Jan 4, 2016
1 parent 19d9bcb commit 75e6bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/mochachairunner.mustache
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Test'em</title>
<link rel="stylesheet" href="//cdjs.cloudflare.com/ajax/libs/mocha/2.3.4/mocha.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/mocha/2.3.4/mocha.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/mocha/2.3.4/mocha.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/chai/3.4.1/chai.js"></script>
<script src="/testem.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion views/mocharunner.mustache
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Test'em</title>
<link rel="stylesheet" href="//cdjs.cloudflare.com/ajax/libs/mocha/2.3.4/mocha.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/mocha/2.3.4/mocha.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/mocha/2.3.4/mocha.js"></script>
<script src="/testem.js"></script>
<script>mocha.setup('bdd')</script>
Expand Down

0 comments on commit 75e6bc9

Please sign in to comment.