Improve L2 market parsing and data handling
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>L2 fixture regression</title>
|
||||
<style>
|
||||
body { margin: 24px; background: #171714; color: #eee; font: 14px/1.45 system-ui; }
|
||||
#progress { color: #e7bd54; }
|
||||
pre { white-space: pre-wrap; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Fixture regression</h1>
|
||||
<p id="progress">Подготовка…</p>
|
||||
<pre id="report"></pre>
|
||||
<script type="module" src="/src/fixture-runner.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user