docs: add dos about streaming and suspense and doc draft ideas #78
Annotations
3 errors and 1 warning
error: expect(received).toBe(expected):
src/utils/log-table/index.test.ts#L31
Expected: "[ \u001B[34minfo\u001B[0m ] \n[ \u001B[34minfo\u001B[0m ] name | age\n[ \u001B[34minfo\u001B[0m ] -------------\n[ \u001B[34minfo\u001B[0m ] John | 23 \n[ \u001B[34minfo\u001B[0m ] Jane | 42 "
Received: "[ info ] \n[ info ] name | age\n[ info ] -------------\n[ info ] John | 23 \n[ info ] Jane | 42 "
at /home/runner/work/brisa/brisa/src/utils/log-table/index.test.ts:31:6
|
error: expect(received).toEqual(expected):
src/utils/compile-assets/index.test.ts#L46
[
+ "some-dir",
- "favicon.ico",
"favicon.ico.gz",
+ "favicon.ico"
- "some-dir"
]
- Expected - 2
+ Received + 2
at /home/runner/work/brisa/brisa/src/utils/compile-assets/index.test.ts:46:4
|
build
Process completed with exit code 1.
|
build
Unexpected input(s) 'version', valid inputs are ['bun-version']
|