Skip to content

Commit

Permalink
Fix filepaths and formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Duncan committed Nov 11, 2017
1 parent 7c995d0 commit 6b72694
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions html/UnitTests.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<html><head><script src="js/Test.js"></script><script>
Test.file("test/DataRequesterTest.js");
</script></head><body onload="Test.run();"></body></html>
<html>

<head>
<script src="../js/Test.js"></script>
<script>
Test.file("../test/DataRequesterTest.js");
</script>
</head>

<body onload="Test.run();"></body>

</html>

0 comments on commit 6b72694

Please sign in to comment.