fixed runner.html pointing to wrong file

This commit is contained in:
Geoff Doty 2018-04-02 05:22:10 -04:00
parent 30fa89f253
commit 69b133937e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Test It Spec</title>
<script src="../src/test.it.browser.js"></script>
<script src="../src/testit.js"></script>
<script src="./index.spec.js"></script>
</head>
<body>