NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/wolfy87-eventemitter/tests/index.html

16 lines
578 B
HTML
Raw Normal View History

2023-09-14 14:47:11 +08:00
<!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>