UNPKG

spincycle

Version:

A reactive message router and object manager that lets clients subscribe to object property changes on the server

18 lines (17 loc) 518 B
<!doctype html> <html> <head> <meta charset="utf-8"> <script>WCT = <%= JSON.stringify(clientOptions) %>;</script> <script>window.__generatedByWct = true;</script> <script src="/web-component-tester/browser.js"></script> <% extraScripts.forEach(function(script) { %> <script src="<%- script %>"></script> <% }); %> <script src="/web-component-tester/data/a11ySuite.js"></script> </head> <body> <script> WCT.loadSuites(<%= JSON.stringify(suites) %>); </script> </body> </html>