/** * @jest-environment jsdom */ import { Application } from "stimulus"; import input_char_count_controller from "../../../app/webpacker/controllers/input_char_count_controller"; describe("InputCharCountController", () => { beforeAll(() => { const application = Application.start(); application.register("input-char-count", input_char_count_controller); }); describe("default behavior", () => { beforeEach(() => { document.body.innerHTML = `