// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. import { ToggleInput } from "../../card-elements"; test("ToggleInput should be instantiated", () => { const toggleInput = new ToggleInput(); expect(toggleInput).toEqual(expect.anything()); });