UNPKG

lit-html

Version:

HTML template literals in JavaScript

20 lines (19 loc) 533 B
<!doctype html> <html> <head> <link rel="stylesheet" href="../node_modules/mocha/mocha.css"> <script src="../node_modules/mocha/mocha.js"></script> <script src="../node_modules/chai/chai.js"></script> <script> mocha.setup('tdd'); </script> </head> <body> <div id="mocha"></div> <script type="module" src="../lib/test/lit-html_test.js"></script> <script type="module" src="../lib/test/repeat_test.js"></script> <script type="module"> mocha.run(); </script> </body> </html>