You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -976,7 +976,7 @@ to understand how the code you are writing works, you should add inline snapshot
976
976
977
977
- for very long snapshots you should use `toMatchFileSnapshot(filename)` instead of `toMatchInlineSnapshot()`. put the snapshot files in a snapshots/ directory and use the appropriate extension for the file based on the content
978
978
979
-
never test client react components. only React and browser independent code.
979
+
never test client react components. only React and browser independent code.
980
980
981
981
most tests should be simple calls to functions with some expect calls, no mocks. test files should be called the same as the file where the tested function is being exported from.
982
982
@@ -1038,13 +1038,6 @@ user interfaces are mostly text so using the letter width and height as a base u
1038
1038
1039
1039
use grow instead of flex-1.
1040
1040
1041
-
# spiceflow
1042
-
1043
-
before writing or updating spiceflow related code always execute this command to get Spiceflow full documentation: `curl -s https://gitchamber.com/repos/remorses/spiceflow/main/files/README.md`
1044
-
1045
-
spiceflow is an API library similar to hono, it allows you to write api servers using whatwg requests and responses
1046
-
1047
-
use zod to create schemas and types that need to be used for tool inputs or spiceflow API routes.
0 commit comments