UNPKG

lively.vm

Version:

Controlled JavaScript code execution and instrumentation.

28 lines (24 loc) 805 B
<!DOCTYPE html> <html> <head> <title>Tests</title> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> </head> <body> <div id="mocha"></div> <script src="../node_modules/mocha-es6/node_modules/systemjs/dist/system.src.js"></script> <script src="../node_modules/mocha-es6/node_modules/lively.modules/dist/lively.modules.js"></script> <script src="../node_modules/mocha-es6/mocha-es6-browser.js"></script> <script type="text/javascript"> var tests = [ "tests/completion-test.js", "tests/esm-eval-test.js", "tests/eval-test.js", "tests/lively-compat-test.js", "tests/eval-support-test.js", ] mochaEs6RunBrowserTests(tests, {package: ".."}); </script> </body> </html>