matthewmueller / component-test

Minimal configuration component test runner supporting browser testing, phantomjs, and saucelabs.
98 stars 10 forks source link

Variables with the same name clash between test files #35

Open jameslnewell opened 10 years ago

jameslnewell commented 10 years ago

It'd be nice if the tool surrounded the contents of the test files in (function() { //code })() so users don't have to.