Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit ac0a04d

Browse files
committed
chore: improve copilot instructions
1 parent c20677a commit ac0a04d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/copilot-instructions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ In case of linting issue, try to run the following command:
55
```bash
66
npm run lint:fix
77
```
8+
9+
You can update the test snapshots by running:
10+
11+
```bash
12+
npm run test -- -u --run
13+
```

0 commit comments

Comments
 (0)