Browse Source

add script in SpecRunner

Harry Hedger 9 years ago
parent
commit
c7c4007cb7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/SpecRunner.html

+ 2 - 2
test/SpecRunner.html

@@ -15,7 +15,7 @@
   <script src="lib/jasmine-jsreporter.js"></script>
 
   <!-- include source files here... -->
-  <script src="../dist/tus.js"></script>
+  <script src="../build/transloadit-js-client.js"></script>
 
   <script>
     // Add JSReporter to Jasmine
@@ -29,4 +29,4 @@
 
 <body>
 </body>
-</html>
+</html>