fix jest testing

This commit is contained in:
Beverly Nguyen
2025-09-15 13:37:48 -07:00
parent f765f19c3b
commit 42c5d6183e
+4 -1
View File
@@ -316,7 +316,10 @@
} }
}); });
startPolling(); if (typeof jest === 'undefined') {
startPolling();
}
const handleDropdownChange = function(event) { const handleDropdownChange = function(event) {
const selectedValue = event.target.value; const selectedValue = event.target.value;
currentType = selectedValue; currentType = selectedValue;