SourceTermAnalysisSystem_vue/node_modules/web-storage-cache/test/index.html
2026-05-15 10:22:44 +08:00

17 lines
569 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Web Storage Cache Test Suite</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css">
<script src="../node_modules/chai/chai.js" type="text/javascript"></script>
<script src="../node_modules/mocha/mocha.js" type="text/javascript"></script>
<script src="unit/runner.js" type="text/javascript"></script>
<script src="../src/web-storage-cache.js" type="text/javascript"></script>
<script src="unit/test.api.js"></script>
</head>
<body>
<div id="mocha"></div>
</body>
</html>