stitchkit 0.49.1 → 0.49.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/llms-full.txt +3 -2
- package/package.json +1 -1
package/llms-full.txt
CHANGED
|
@@ -4612,8 +4612,9 @@ expect(res.status).toBe(404)
|
|
|
4612
4612
|
expect(await res.json()).toEqual({ error: { code: 'NOT_FOUND', message: 'Note not found' } })
|
|
4613
4613
|
```
|
|
4614
4614
|
|
|
4615
|
-
|
|
4616
|
-
|
|
4615
|
+
The suite in `packages/core/tests` is the working reference for testing each
|
|
4616
|
+
piece. Its size changes with the public surface, so the guide does not pin a
|
|
4617
|
+
count that can drift independently from the test runner.
|
|
4617
4618
|
|
|
4618
4619
|
## Deployment
|
|
4619
4620
|
|
package/package.json
CHANGED