Avoid loading lodash when not needed in unit tests.

This commit is contained in:
John-David Dalton
2013-11-15 22:09:30 -08:00
parent 28e2934a89
commit bca3ff2eac
3 changed files with 11 additions and 6 deletions

View File

@@ -53,7 +53,7 @@
global_test_results = results;
});
// load Lo-Dash again to overwrite the existing `_` value
// load the build of Lo-Dash
document.write('<script src="' + ui.buildPath + '"><\/script>');
</script>
<script>