Please add: ``` <% with (scripts) { %> <% [].concat(polyfills).forEach(function(script){ %> <script src="<%= script %>"></script> <% }) %> <% }; %> ``` before vendor scripts so es5-shim (or any other polyfills) are included on the spec runner.
Please add:
before vendor scripts so es5-shim (or any other polyfills) are included on the spec runner.