<%= name %> Go back to index

<% Object.keys(tests).forEach(function(functionName) { %>

<%= functionName %> Go back to index

<% Object.keys(tests[functionName]).forEach(function(testName) { %>

<%= testName %>

<% var code = beautify(tests[functionName][testName].toString()); %>
<%= hl('js', code).value %>
<% });%> <% }); %>