UNPKG

opentok-annotation

Version:
26 lines (25 loc) 781 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Annotations AccPack Tests</title> <link rel="stylesheet" href="../node_modules/grunt-blanket-mocha/node_modules/mocha/mocha.css"> </head> <body> <div id="mocha"> <script>mocha.setup('bdd')</script> <script src="../src/acc-pack-annotation.js" data-cover></script> <script src="../src/annotation-widget.js" data-cover></script> <script src="../test/components/accelerator-pack.js"></script> <script src="../test/acc-pack-annotation-test.js"></script> <script> if (window.PHANTOMJS) { blanket.options("reporter", "../node_modules/grunt-blanket-mocha/support/grunt-reporter.js"); } else { mocha.run(); } </script> </div> </body> </html>