added browser tests, modified ci script, removed testing for version 0.90.x

This commit is contained in:
Spencer Alger
2014-01-10 11:23:08 -07:00
parent 3490479eee
commit 3223fb4a6d
20 changed files with 194 additions and 91 deletions

View File

@ -8,10 +8,13 @@
<div id="mocha"></div>
<script src="expect.js"></script>
<script src="mocha.js"></script>
<script>mocha.setup('bdd');</script>
<script>mocha.checkLeaks();</script>
<script src="angular.js"></script>
<script src="angular_build.js"></script>
<script src="begin!"></script>
<script>
mocha.setup('bdd');
mocha.checkLeaks();
mocha.globals(['mochaRunner', 'jQuery']);
</script>
<script src="jquery.js"></script>
<script src="jquery_build.js"></script>
<script>var mochaRunner = mocha.run();</script>
</body>
</html>