Skip to content

Commit

Permalink
import mockinstance
Browse files Browse the repository at this point in the history
  • Loading branch information
Meow committed May 1, 2024
1 parent 7119660 commit 70cde5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/utils/__tests__/draggable.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { clearDragSource, initDraggables } from '../draggable';
import { fireEvent } from '@testing-library/dom';
import { getRandomArrayItem } from '../../../test/randomness';
import { MockInstance } from 'vitest';

describe('Draggable Utilities', () => {
// jsdom lacks proper support for window.DragEvent so this is an attempt at a minimal recreation
Expand Down

0 comments on commit 70cde5d

Please sign in to comment.