From 9b63b2cf10ec1c019457c08f2e5cdc2a3c245c73 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sun, 29 Jun 2025 14:03:27 +0200 Subject: [PATCH] Remove @symfony/stimulus-testing --- assets/test/abstract_map_controller.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/test/abstract_map_controller.test.ts b/assets/test/abstract_map_controller.test.ts index 0c9aecd..b8f4ff2 100644 --- a/assets/test/abstract_map_controller.test.ts +++ b/assets/test/abstract_map_controller.test.ts @@ -1,7 +1,6 @@ import { Application } from '@hotwired/stimulus'; -import { clearDOM, mountDOM } from '@symfony/stimulus-testing'; import { getByTestId, waitFor } from '@testing-library/dom'; -import * as L from 'leaflet'; +import { clearDOM, mountDOM } from '../../../../test/stimulus-helpers'; import AbstractMapController from '../src/abstract_map_controller.ts'; class MyMapController extends AbstractMapController {