Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pletcher committed Jul 29, 2016
1 parent 2cc6bb4 commit c7d4872
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13,469 deletions.
12 changes: 6 additions & 6 deletions test/index-test.html → index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Mocha</title>
<title>Fix the Scope!</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="mocha.css" />
<link rel="stylesheet" href="node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="mocha.js"></script>
<script src="../node_modules/expect/umd/expect.min.js"></script>
<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="index-test.js"></script>
<script src="index.js"></script>
<script src="test/index-test.js"></script>
<script>
mocha.run();
</script>
Expand Down
314 changes: 0 additions & 314 deletions test/mocha.css

This file was deleted.

Loading

0 comments on commit c7d4872

Please sign in to comment.