UNPKG

angular-scalyr

Version:
28 lines (22 loc) 903 B
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <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>