You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
578 B
HTML

5 months ago
<!DOCTYPE html>
<html>
<head>
<title>EventEmitter tests</title>
<meta charset='utf-8'>
<link rel='stylesheet' type='text/css' href='../node_modules/mocha/mocha.css'>
</head>
<body>
<div id='mocha'></div>
<script type='text/javascript' src='../node_modules/mocha/mocha.js'></script>
<script type='text/javascript' src='../node_modules/chai/chai.js'></script>
<script type='text/javascript' src='../EventEmitter.js'></script>
<script type='text/javascript' src='./tests.js'></script>
</body>
</html>