]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Link concatenated js unit tests in index.html
authorColin Marshall <colin.michael.marshall@gmail.com>
Sun, 27 Mar 2016 22:38:59 +0000 (16:38 -0600)
committerColin Marshall <colin.michael.marshall@gmail.com>
Sun, 27 Mar 2016 22:38:59 +0000 (16:38 -0600)
test/javascript/index.html

index 77a1975d6d68fd4185999c455342dd400ad7c719..0c6e7fded79b44e9f237ffe856e3dfd136a61a17 100644 (file)
@@ -20,8 +20,7 @@
       mocha.setup('bdd');
       chai.should();
     </script>
-    <script src="util/core.js"></script>
-    <script src="components/toggler.js"></script>
+    <script src="js-tests.js"></script>
     <script>
       mocha.run();
     </script>