mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
import mockinstance
This commit is contained in:
parent
7119660451
commit
70cde5d4b2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import { clearDragSource, initDraggables } from '../draggable';
|
import { clearDragSource, initDraggables } from '../draggable';
|
||||||
import { fireEvent } from '@testing-library/dom';
|
import { fireEvent } from '@testing-library/dom';
|
||||||
import { getRandomArrayItem } from '../../../test/randomness';
|
import { getRandomArrayItem } from '../../../test/randomness';
|
||||||
|
import { MockInstance } from 'vitest';
|
||||||
|
|
||||||
describe('Draggable Utilities', () => {
|
describe('Draggable Utilities', () => {
|
||||||
// jsdom lacks proper support for window.DragEvent so this is an attempt at a minimal recreation
|
// jsdom lacks proper support for window.DragEvent so this is an attempt at a minimal recreation
|
||||||
|
|
Loading…
Reference in a new issue