mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-12 01:10:46 -04:00
Running the sticky JS in Jest raised errors due to these variables not being assigned properly. It's JavaScript so any variable not defined by the `var` prefix will automatically become a property of the global object. That is not what is intended by the code so requires changing.