merge upstream for 2024.2.1
This commit is contained in:
@@ -44,11 +44,6 @@ describe('api:notes/create', () => {
|
||||
.toBe(INVALID);
|
||||
});
|
||||
|
||||
test('over 3000 characters post', async () => {
|
||||
expect(v({ text: await tooLong }))
|
||||
.toBe(INVALID);
|
||||
});
|
||||
|
||||
test('whitespace-only post', () => {
|
||||
expect(v({ text: ' ' }))
|
||||
.toBe(INVALID);
|
||||
|
||||
Reference in New Issue
Block a user