mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 23:45:12 +00:00
clarify comment about MAX_NOTE_TEXT_LENGTH in tests
This commit is contained in:
parent
67185a5d5d
commit
a6befca845
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { MiNote } from '@/models/Note.js';
|
|||
import { api, castAsError, initTestDb, post, role, signup, uploadFile, uploadUrl } from '../utils.js';
|
||||
import type * as misskey from 'misskey-js';
|
||||
|
||||
// TODO: these tests are probably wrong for depending on this, but that's a problem for later.
|
||||
// Important: this must match the value of maxNoteLength in .config/ci.yml!
|
||||
const MAX_NOTE_TEXT_LENGTH = 3000;
|
||||
|
||||
describe('Note', () => {
|
||||
|
|
Loading…
Reference in a new issue