File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments