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