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