mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-20 00:29:29 -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.