mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-10 13:23:40 -05:00
Also removes setting of the `$` variable to jQuery. This can mess up the unit tests if they run against JSDOM, which doesn't set the global `this` to `window`, as browsers do. We don't set `$` in any other module scripts and adding it to `this` without making explicit that `this` means `window` isn't useful.