Skip to content

Instantly share code, notes, and snippets.

@taveek
Created October 1, 2017 23:51
Show Gist options
  • Save taveek/b1b12871fe420a27d2469147c9eb71e1 to your computer and use it in GitHub Desktop.
Save taveek/b1b12871fe420a27d2469147c9eb71e1 to your computer and use it in GitHub Desktop.
jasmine-test.html
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.8.0/jasmine.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.8.0/jasmine.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.8.0/jasmine-html.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.8.0/boot.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment