mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix: move native-tests to native subdir
This commit is contained in:
committed by
Peter Sanderson
parent
37b3087e64
commit
ec9d2678cc
@@ -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
5
suite-native/AGENTS.md
Normal 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
|
||||
Reference in New Issue
Block a user