keithclark / gadebugger

A Chrome, Firefox & Opera devtools extension for debugging Google Analytics tracking code
https://keithclark.github.io/gadebugger/
MIT License
238 stars 65 forks source link

Fixed incorrectly lowercased unit test file refs #6

Closed keithclark closed 9 years ago

keithclark commented 9 years ago

Two unit test file paths (utmBeacon.js and uaBeacon.js) were incorrectly cased which causes tests to fail if the build environment is sensitive to filename case.

Fix for #4.