File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ This guide provides essential tips for contributors working on the RSC plugin.
66
77### E2E Test Setup
88
9- Tests use Playwright and are located in ` e2e/ ` and uses ` examples ` as test app .
9+ Tests use Playwright and are located in ` e2e/ ` and use ` examples ` as test apps .
1010
1111#### Test Fixture Patterns
1212
13- - ` examples/basic ` as the comprehensive test suite for the RSC plugin
14- - ` examples/starter ` as the lightweight base template for writing more targeted tests using ` setupInlineFixture ` utility
15- - ` examples/e2e/temp/ ` as base directory for test projects
13+ - ` examples/basic ` - comprehensive test suite for the RSC plugin
14+ - ` examples/starter ` - lightweight base template for writing more targeted tests using ` setupInlineFixture ` utility
15+ - ` examples/e2e/temp/ ` - base directory for test projects
1616
1717### Adding New Test Cases
1818
You can’t perform that action at this time.
0 commit comments