UNPKG

prefix-property

Version:
19 lines 568 B
<html> <head> <meta charset="utf-8"> <title>Mocha Tests</title> <link href="https://cdn.rawgit.com/mochajs/mocha/2.3.0/mocha.css" rel="stylesheet" /> </head> <body> <div id="mocha"></div> <script src="../dist/prefix-property.js"></script> <script src="https://cdn.rawgit.com/mochajs/mocha/2.3.0/mocha.js"></script> <script>mocha.setup('bdd')</script> <script src="test.compiled.js"></script> <script> mocha.checkLeaks(); mocha.globals(['prefixProperty']); mocha.run(); </script> </body> </html>