busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

buster-static is not executing extensions #395

Closed GCheung55 closed 10 years ago

GCheung55 commented 10 years ago

buster-static should execute extensions, like buster-test does.

GCheung55 commented 10 years ago

I've included an example: https://github.com/GCheung55/buster-test-testing/tree/bug/buster/395

GCheung55 commented 10 years ago

And there's the fix. The fix concats the extensions. I included a test, fixed the other tests, and updated the dependencies as well.