You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building and running the tests I had several errors because glift.util wasn't defined. This seemed to happen in both phantomjs and firefox. It was a result of the util.js script include in QUnitTest.html appearing after all of the other utility scripts ... I changed the name of util.js to be aautil.js, forcing it to the start of the includes and all was well. No need to fix the issue but I thought I would mention it here in case anyone else has the same problem.