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