mirror of
https://github.com/symfony/ux-swup.git
synced 2026-03-24 00:12:19 +01:00
Explicitly import Vitest APIs instead of relying on globals
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
import { Application, Controller } from '@hotwired/stimulus';
|
||||
import { getByTestId, waitFor } from '@testing-library/dom';
|
||||
import { afterEach, describe, expect, it } from 'vitest';
|
||||
import { clearDOM, mountDOM } from '../../../../test/stimulus-helpers';
|
||||
import SwupController from '../src/controller';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user