UNPKG

lathe

Version:

A discrete solid modeller using BSPs

14 lines 426 B
<html> <head> <meta charset="utf-8"> <title>Mocha Tests</title> <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 data-main="bench/bench.browser.js" src="node_modules/requirejs/require.js"></script> <script>mocha.setup('bdd')</script> </body> </html>