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

@@ -179,6 +179,9 @@
"
:editable="true"
:fixedMenu="true"
:uploadArgs="{
private: true,
}"
editorClass="prose-sm max-w-none border-b border-x bg-surface-gray-2 rounded-b-md py-1 px-2 min-h-[7rem]"
/>
</div>

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>