79551500

Date: 2025-04-02 20:23:37
Score: 0.5
Natty:
Report link

create a vitest.setup.ts and add

import "@testing-library/jest-dom";

include this file (vitest.setup.ts) in the tsconfig.app.json in the attribute include

"include": ["src", "vitest.setup.ts"]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vipul Dessai