angular-scalyr
Version:
Angular Directives by Scalyr
28 lines (22 loc) • 903 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tests for js/lib directory</title>
<link rel="stylesheet" href="../thirdparty/jasmine/jasmine.css">
<script src="../../js/thirdparty/angular.js"></script>
<script src="../../js/core.js"></script>
<script src="../../js/lib/gatedScope.js"></script>
<script src="../thirdparty/jasmine/jasmine.js"></script>
<script src="../thirdparty/jasmine/jasmine-html.js"></script>
<script src="../thirdparty/sinon.js"></script>
<script src="../thirdparty/angular-mocks.js"></script>
<script src="../scalyrUnitTest.js"></script>
<script src="gatedScopeTest.js"></script>
<script type="text/javascript">
runUnitTests();
</script>
</head>
<body>
</body>
</html>