Skip to content

Commit 9f734a1

Browse files
committed
.
1 parent c6dfc9f commit 9f734a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Gemini Code Assistant Context
1+
# Code Assistant Context
22

3-
This document provides context for the Gemini code assistant to understand the `@testing-library/react-native` project.
3+
This document provides context for the any code assistant to understand the `@testing-library/react-native` project.
44

55
## Project Overview
66

@@ -32,7 +32,7 @@ The project uses `yarn` for dependency management and script execution.
3232

3333
- **Testing:**
3434
- **Framework:** Jest with `react-native` preset.
35-
- **Location:** Tests are located within `src`, typically in `__tests__` directories or co-located.
35+
- **Location:** Tests are located within `src`, typically co-located in `__tests__` directories.
3636
- **Setup:** `jest-setup.ts` configures the test environment. `src/index.ts` automatically configures cleanup after each test unless skipped.
3737
- **Coverage:** Collected from `src`, excluding tests.
3838

0 commit comments

Comments
 (0)