frontend/test/index.html

24 lines
675 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"
/>
<title>Tests</title>
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script src="../node_modules/web-component-tester/browser.js"></script>
</head>
<body>
<script>
WCT.loadSuites([
"state-info-test.html?dom=shadow",
"state-info-test.html?dom=shady",
"state-card-display-test.html?dom=shadow",
"state-card-display-test.html?dom=shady",
]);
</script>
</body>
</html>