gururajbm / custom-select-tdd

Found the usage of undeclared variables JS-0125
Bug risk
Critical
1 occurrence in this check
'expect' is not defined To fix this, add jest in environment array of .deepsource.toml. Read more in our documentation https://deepsource.io/docs/analyzer/javascript
17    "prop",
18    component.name
19  );
20  expect(propError).toBeUndefined();21};