stefanpenner / ember-app-kit

deprecated: see https://github.com/stefanpenner/ember-cli
MIT License
1.02k stars 231 forks source link

refactored the test loader to iterate once and be a bit more readable #617

Closed crismali closed 10 years ago

crismali commented 10 years ago

Prevented the test loader from iterating twice (not really a performance win, but still unnecessary work) and made things a bit more readable. requirejs.entries and entry are easier to understand than requirejs._eak_seen and key (to me at least).