UNPKG

deep-sheets

Version:

deepjs transformations DSL for javascript objects.

32 lines (30 loc) 766 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>decompose mocha tests</title> <link rel="stylesheet" href="mocha.css" /> <style> #fixture { position: absolute; top: -9999; left: -9999; }; </style> <!--[if IE 8]><script src="../node_.modules/ie8/build/ie8.js"></script><![endif]--> <script src="../index.js"></script> <script src="./chai.js"></script> <script src="./mocha.js"></script> <script> mocha.setup('bdd');</script> <script src="test.js"></script> <script> window.onload = function() { mocha.run() }; </script> </head> <body> <h2 style="margin-left:30px;"><a href="https://github.com/nomocas/decompose">decompose</a> tests</h2> <div id="mocha"></div> </body> </html>