Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit e1a2b86

Browse files
committed
chore: Cleanups file
1 parent 6a54544 commit e1a2b86

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/setup.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
// import userEvent from "@testing-library/user-event";
2-
// import { expect, use } from "chai";
3-
// import chaiDom from "chai-dom";
4-
5-
// use(chaiDom);
6-
7-
// export { expect, userEvent };
8-
91
import { afterEach, chai } from "vitest";
102
import { cleanup } from "@testing-library/react";
113
import chaiDom from "chai-dom";
12-
// import matchers from '@testing-library/jest-dom/matchers';
134

14-
// expect.extend(matchers);
155
chai.use(chaiDom);
166

177
afterEach(() => {

0 commit comments

Comments
 (0)