diff --git a/assets/test/map_controller.test.ts b/assets/test/map_controller.test.ts index e1e3568..1d07b49 100644 --- a/assets/test/map_controller.test.ts +++ b/assets/test/map_controller.test.ts @@ -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