@kano/web-components
Version:
Shared web-components for the Kano ecosystem.
22 lines • 728 B
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="../../../../wct-browser-legacy/browser.js"></script>
</head>
<body>
<script>
WCT.loadSuites([
'basic.html',
'authentication.html',
'already-authenticated.html',
'expired.html',
'basic.html?dom=shadow',
'authentication.html?dom=shadow',
'already-authenticated.html?dom=shadow',
'expired.html?dom=shadow'
]);
</script>
</body>
</html>