test: Adds tests to the AnnotationLayer component (#13748)

This commit is contained in:
Michael S. Molina
2021-04-01 13:10:42 -03:00
committed by GitHub
parent 9156f089ff
commit bb677b8ef1
6 changed files with 209 additions and 35 deletions

View File

@@ -221,6 +221,7 @@ export default class SelectControl extends React.PureComponent {
disabled,
filterOption,
isLoading,
label,
menuPlacement,
name,
noResultsText,
@@ -255,6 +256,7 @@ export default class SelectControl extends React.PureComponent {
const selectProps = {
autoFocus,
'aria-label': label,
clearable,
disabled,
filterOption,