You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
613 B
22 lines
613 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Visualizer Unit Tests</title>
|
|
<style>
|
|
body { font-family: sans-serif; padding: 20px; }
|
|
.pass { color: green; }
|
|
.fail { color: red; }
|
|
pre { background-color: #f4f4f4; padding: 10px; border-radius: 5px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Visualizer Unit Tests</h1>
|
|
<p>Check the browser's console for detailed results.</p>
|
|
<div id="results"></div>
|
|
|
|
<script type="module" src="utils.test.js"></script>
|
|
<script type="module" src="fileParsers.test.js"></script> </body>
|
|
|
|
</body>
|
|
</html>
|