Skip to content

Commit

Permalink
Fix running the tests locally
Browse files Browse the repository at this point in the history
Jasmine changed location, breaking the local test runner.
  • Loading branch information
Robin Whittleton committed Aug 19, 2016
1 parent 24e1639 commit 205b522
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/support/LocalTestRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<head>
<title>Jasmine Test Runner</title>

<link rel="stylesheet" type="text/css" href="../../node_modules/grunt-contrib-jasmine/vendor/jasmine-2.0.1/jasmine.css">
<link rel="stylesheet" type="text/css" href="../../node_modules/jasmine-core/lib/jasmine-core/jasmine.css">
<style>
#wrapper { display: none; }
</style>

<!-- JASMINE FILES -->
<script type="text/javascript" src="../../node_modules/grunt-contrib-jasmine/vendor/jasmine-2.0.1/jasmine.js"></script>
<script type="text/javascript" src="../../node_modules/grunt-contrib-jasmine/vendor/jasmine-2.0.1/jasmine-html.js"></script>
<script type="text/javascript" src="../../node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script type="text/javascript" src="../../node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>

<script type="text/javascript" src="../../node_modules/grunt-contrib-jasmine/vendor/jasmine-2.0.1/boot.js"></script>
<script type="text/javascript" src="../../node_modules/jasmine-core/lib/jasmine-core/boot.js"></script>
<script type="text/javascript" src="./load.js"></script>
</head>
<body>
Expand Down

0 comments on commit 205b522

Please sign in to comment.