You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/README.md
+3-67Lines changed: 3 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,73 +11,9 @@ Export to static files: $ npm run export
11
11
12
12
Testing
13
13
-------------
14
-
15
-
### Unit Tests
16
-
17
-
The project uses Jest and React Testing Library for unit and component tests. Test files are colocated with their source files using the `.test.tsx` or `.test.ts` extension.
18
-
19
-
**Run all unit tests:**
20
-
```bash
21
-
npm test
22
-
```
23
-
24
-
**Run tests in watch mode (useful during development):**
25
-
```bash
26
-
npm run test:watch
27
-
```
28
-
29
-
**Run tests with coverage report:**
30
-
```bash
31
-
npm run test:coverage
32
-
```
33
-
34
-
The coverage report will be generated in the `coverage/` directory.
35
-
36
-
### Writing Tests
37
-
38
-
- Place test files next to the source file: `Component.tsx` → `Component.test.tsx`
0 commit comments