Files
karyaman-project/kawruh-app/src/setupTests.js
karyamanswasta 49d0ec4ddf build(kawruh-app): initialize react app dependencies and scripts
This commit populates the `package.json` for the `kawruh-app` with the standard configuration provided by Create React App.

It includes dependencies for React, testing-library, and web-vitals, along with the necessary scripts (`start`, `build`, `test`, `eject`) to manage the development lifecycle.
2025-07-31 00:07:52 +07:00

6 lines
241 B
JavaScript

// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';