fix(backend): raise comment JSON byte limit to 40kb #5491
ci.yml
on: pull_request
Matrix: e2e-test
Matrix: integration-test
unit-test
49s
storybook-test
1m 46s
storybook-publish
57s
static-analysis
2m 5s
test
11s
Annotations
3 errors
|
unit-test
Process completed with exit code 1.
|
|
apps/backend/src/comment/validate.test.ts > isCommentTooLarge > rejects a comment over the JSON byte limit:
apps/backend/src/comment/validate.test.ts#L390
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ apps/backend/src/comment/validate.test.ts:390:36
|
|
test
Process completed with exit code 1.
|