UNPKG

pods

Version:

Tiny managers for module definition and dependency management.

24 lines (23 loc) 574 B
<!DOCTYPE html> <html> <head> <title>Pods.js Test Suite</title> <link rel="stylesheet" href="node_modules/mocha/mocha.css"> <script src="node_modules/mocha/mocha.js"></script> <script src="node_modules/chai/chai.js"></script> <script src="node_modules/sinon/pkg/sinon.js"></script> <script src="node_modules/underscore/underscore.js"></script> <script src="pods.js"></script> <script> expect = chai.expect; mocha.setup('bdd'); </script> </head> <body> <div id="mocha"></div> <script src="test.js"></script> <script> mocha.run(); </script> </body> </html>