summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/testling.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/es6-shim/testling.html')
-rw-r--r--js/vendor/es6-shim/testling.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/vendor/es6-shim/testling.html b/js/vendor/es6-shim/testling.html
index ec54071ce..e9746a49c 100644
--- a/js/vendor/es6-shim/testling.html
+++ b/js/vendor/es6-shim/testling.html
@@ -11,7 +11,8 @@
<script src="es6-shim.js"></script>
<script>chai.config.includeStack=true; window.expect=chai.expect; window.assert=chai.assert; mocha.setup({ui:'bdd',reporter:'tap'});</script>
<script src="test/array.js"></script>
- <script src="test/collections.js"></script>
+ <script src="test/map.js"></script>
+ <script src="test/set.js"></script>
<script src="test/math.js"></script>
<script src="test/number.js"></script>
<script src="test/object.js"></script>