Files
AR-Menu/AR Menu/Needle/MenuScene/node_modules/rtcpeerconnection-shim/test/index.html
2025-11-30 08:35:03 +02:00

15 lines
352 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Mocha Tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="bundle.js"></script>
<script>mocha.run()</script>
</body>
</html>