/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {LitElement} from 'lit'; import {FieldHarness} from '../field/harness.js'; import {Field} from '../field/internal/field.js'; import {Harness} from '../testing/harness.js'; import {Select} from './internal/select.js'; import {SelectOptionHarness} from './internal/selectoption/harness.js'; /** * Test harness for menu. */ export class SelectHarness extends Harness