Skip to content

Commit 58b637a

Browse files
committed
nn
1 parent f78f1d6 commit 58b637a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ to understand how the code you are writing works, you should add inline snapshot
976976

977977
- 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
978978

979-
never test client react components. only React and browser independent code.
979+
never test client react components. only React and browser independent code.
980980

981981
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.
982982

@@ -1038,13 +1038,6 @@ user interfaces are mostly text so using the letter width and height as a base u
10381038

10391039
use grow instead of flex-1.
10401040

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.
10481041

10491042
## calling the server from the clientE
10501043

@@ -1125,4 +1118,3 @@ const jsonSchema = toJSONSchema(mySchema, {
11251118
removeAdditionalStrategy: "strict",
11261119
});
11271120
```
1128-

0 commit comments

Comments
 (0)