Skip to content

Commit 4e47bc5

Browse files
committed
docs: add testing guidelines to AGENTS.md
Add reminders to write tests for new features/bugs and run tests before committing.
1 parent a22a683 commit 4e47bc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
- Make sure to use the right node version, run "nvm use"
33
- you need to make sure building passes when you make a change, run "yarn build && yarn build:test"
44
- We use yarn in this repo, not npm
5-
- do not run "yarn install" until you run "nvm use" first and make sure we're on the right node version
5+
- do not run "yarn install" until you run "nvm use" first and make sure we're on the right node version
6+
- When you add a feature or fix a bug, add a test for it.
7+
- Before you commit a change make sure all tests pass

0 commit comments

Comments
 (0)