Current behavior
<EuiOverlayMask> test suite is skipping the throws if a non-string property value is passed test case when testing on React 18 runtime due to an unexpected error happening somewhere in Jest or RTL.
Expected behavior
<EuiOverlayMask> should test for non-string property throw.
Current behavior
<EuiOverlayMask>test suite is skipping thethrows if a non-string property value is passedtest case when testing on React 18 runtime due to an unexpected error happening somewhere in Jest or RTL.Expected behavior
<EuiOverlayMask>should test for non-string property throw.