Skip to content

Commit

Permalink
Restore template to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 10, 2024
1 parent e34cd2a commit 854ab12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
16 changes: 3 additions & 13 deletions lib/browser/templateFail.html → lib/browser/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,15 @@
<meta charset="utf-8" />
<title>Mocha</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../../mocha.css" />
<link rel="stylesheet" href="mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../../mocha.js"></script>
<script src="mocha.js"></script>
<script>
mocha.setup('bdd');
</script>
<script>
describe('example', function () {
it('should pass', function () {
return;
});

it('should fail', function () {
throw new Error('fail');
});
});
</script>
<script src="tests.spec.js"></script>
<script>
mocha.run();
</script>
Expand Down
30 changes: 0 additions & 30 deletions lib/browser/templatePass.html

This file was deleted.

0 comments on commit 854ab12

Please sign in to comment.