mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00

* remove unused components * remove pnpm * implementation of local dev pantry setup (#689)
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
import matchers from "@testing-library/jest-dom/matchers";
|
|
import { expect } from "vitest";
|
|
|
|
expect.extend(matchers);
|