mirror of
https://github.com/symfony/ux-map.git
synced 2026-03-23 23:42:07 +01:00
Explicitly import Vitest APIs instead of relying on globals
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Application } from '@hotwired/stimulus';
|
||||
import { getByTestId, waitFor } from '@testing-library/dom';
|
||||
import { afterEach, beforeEach, describe, expect, it } from 'vitest';
|
||||
import { clearDOM, mountDOM } from '../../../../test/stimulus-helpers';
|
||||
import AbstractMapController from '../src/abstract_map_controller.ts';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user