UNPKG

swallowassessment-pack

Version:

Find out about age-specific behaviors warranting a swallow assessment

22 lines (21 loc) 581 B
<html> <head> <meta charset="utf-8"> <!-- encoding must be set for mocha's special characters to render properly --> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> </head> <body> <div id="mocha"></div> <script src="../node_modules/mocha/mocha.js"></script> <script src="../node_modules/chai/chai.js"></script> <script> mocha.ui('bdd') expect = chai.expect </script> <script src="../dist/testBundle.js"></script> <script> mocha.run() </script> <div class="infographic"></div> </body> </html>