Closed alexflav23 closed 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.
serve
Declarations of functions inside different setUp, setUpPage, tearDown or tearDownPage cause collisions:
setUp
setUpPage
tearDown
tearDownPage
Error: function setUpPage already defined in someOtherFile.js.
Error: function setUpPage already defined in someOtherFile.js
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
ortearDownPage
cause collisions:Error: function setUpPage already defined in someOtherFile.js
.