UNPKG

@mui/x-internal-gestures

Version:

The core engine of GestureEvents, a modern and robust multi-pointer gesture detection library for JavaScript.

9 lines 288 B
import { expect } from 'vitest'; import { toBeClonable } from "./matchers/toBeClonable.js"; import { toUpdateOptions } from "./matchers/toUpdateOptions.js"; import { toUpdateState } from "./matchers/toUpdateState.js"; expect.extend({ toUpdateOptions, toBeClonable, toUpdateState });