Skip to content
Snippets Groups Projects
Commit a6befca8 authored by Hazelnoot's avatar Hazelnoot Committed by Hazelnoot
Browse files

clarify comment about MAX_NOTE_TEXT_LENGTH in tests

parent 67185a5d
No related branches found
No related tags found
No related merge requests found
......@@ -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', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment