bolinfest / plovr

plovr: a Closure build tool
78 stars 49 forks source link

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

Closed alexflav23 closed 10 years ago

alexflav23 commented 10 years ago

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.