1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-30 01:38:22 +02:00
slate/test/support/browser.html
2016-06-23 11:36:43 -07:00

15 lines
334 B
HTML

<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="mocha.css" />
<title>Editor | Tests</title>
</head>
<body>
<div id="mocha"></div>
<script src="mocha.js"></script>
<script>mocha.ui('bdd')</script>
<script src="build.js"></script>
<script>mocha.run()</script>
</body>
</html>