Skip to content

Commit

Permalink
Update tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
pletcher committed Jul 29, 2016
1 parent f36f829 commit 51a72ae
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13,502 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Round and round and round and round</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="node_modules/mocha/mocha.js"></script>
<script src="node_modules/expect/umd/expect.min.js"></script>
<script>mocha.setup('bdd');</script>
<script src="index.js"></script>
<script src="test/index-test.js"></script>
<script>
mocha.run();
</script>
</body>
</html>
20 changes: 0 additions & 20 deletions test/index-test.html

This file was deleted.

314 changes: 0 additions & 314 deletions test/mocha.css

This file was deleted.

Loading

0 comments on commit 51a72ae

Please sign in to comment.