@api-components/http-method-selector
Version:
22 lines (21 loc) • 595 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">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
</head>
<body>
<script>
/* global WCT */
// Load and run all tests (.html, .js):
WCT.loadSuites([
'basic-test.html',
'basic-mini-test.html',
'events-test.html',
'events-test-mini.html'
]);
</script>
</body>
</html>