test: removed tests for old batch and exercises

This commit is contained in:
Jannat Patel
2025-12-05 11:03:38 +05:30
parent 466b248c30
commit f9d7463710
4 changed files with 17 additions and 100 deletions

View File

@@ -7,6 +7,9 @@
:placeholder="__('Make notes for quick revision. Press / for menu.')"
@change="(val: string) => updateNoteText(val)"
:editable="true"
:uploadArgs="{
private: true,
}"
editorClass="prose prose-sm min-h-[200px] max-w-none"
/>
</template>