mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-14 06:11:45 -04:00
fix jest testing
This commit is contained in:
@@ -316,7 +316,10 @@
|
||||
}
|
||||
});
|
||||
|
||||
startPolling();
|
||||
if (typeof jest === 'undefined') {
|
||||
startPolling();
|
||||
}
|
||||
|
||||
const handleDropdownChange = function(event) {
|
||||
const selectedValue = event.target.value;
|
||||
currentType = selectedValue;
|
||||
|
||||
Reference in New Issue
Block a user