fix: move native-tests to native subdir

This commit is contained in:
Peter Sanderson
2026-02-18 22:28:43 +01:00
committed by Peter Sanderson
parent 37b3087e64
commit ec9d2678cc
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,6 @@
- [Redux](skills/redux.md) Redux Toolkit patterns and best practices
- [Setup Requirements](skills/setup-requirements.md) Prerequisites and initial environment setup
- [Tests Commands](skills/tests-commands.md) Running tests and test-related guidelines
- [Tests Native](skills/tests-native.md) Guidelines for writing tests for suite-native components, hooks and functions
- [Tests](skills/tests.md) Test style guidelines and best practices
- [TypeScript](skills/typescript.md) TypeScript-specific conventions

5
suite-native/AGENTS.md Normal file
View File

@@ -0,0 +1,5 @@
## Skills
Apart from [top-level AGENTS.md](../../AGENTS.md), the following skills are mandatory for this package:
- [Tests Native](../skills/tests-native.md) Guidelines for writing tests for suite-native components, hooks and functions