Skip to content

Commit d52c3c3

Browse files
committed
Fix AGENTS.md
1 parent ae354c9 commit d52c3c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- When you create a new file, should use CRLF line endings and UTF-8 encoding.
55

66
## Testing
7-
- Run `Invoke-Pester -Tag Offilne`
7+
- Run `Invoke-Pester -Tag Offline` (All tests) or `Invoke-Pester -Tag Offline -Path <PathToTest>` (Specific test) to run the tests
88
- Ignore warning messages in tests. it's normal to have some warnings
99
- It will spend long time to run all tests, so run only the ones you need
1010
- When you edit only comments, readme, or other non-code files, you can skip the tests

0 commit comments

Comments
 (0)