Remove @symfony/stimulus-testing

This commit is contained in:
Hugo Alliaume
2025-06-29 14:03:27 +02:00
parent 7ed9d7ff45
commit 545b7fbff2

View File

@@ -8,8 +8,8 @@
*/
import { Application, Controller } from '@hotwired/stimulus';
import { clearDOM, mountDOM } from '@symfony/stimulus-testing';
import { getByTestId, waitFor } from '@testing-library/dom';
import { clearDOM, mountDOM } from '../../../../../../../test/stimulus-helpers';
import LeafletController from '../src/map_controller';
// Controller used to check the actual controller was properly booted