Remove @symfony/stimulus-testing

This commit is contained in:
Hugo Alliaume
2025-06-29 14:03:27 +02:00
parent c2c8a8e49a
commit 9b63b2cf10

View File

@@ -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 {