bolinfest/plovr

Declarations of ```setUp```, ```setUpPage``` etc collide in the browser TestRunner.

Closed this issue · 0 comments

When loading up an app in serve mode, plovr will run unit tests behind the scenes and output results to the console.

Declarations of functions inside different setUp, setUpPage, tearDown or tearDownPage cause collisions:

Error: function setUpPage already defined in someOtherFile.js.