/** * @jest-environment jsdom */ import { Application } from "stimulus"; import checked_controller from "../../../app/webpacker/controllers/checked_controller"; describe("CheckedController", () => { beforeAll(() => { const application = Application.start(); application.register("checked", checked_controller); }); beforeEach(() => { document.body.innerHTML = `