test: batch creation flow

This commit is contained in:
Jannat Patel
2025-06-02 10:48:54 +05:30
parent e5e5ac994c
commit c4a4c16516
3 changed files with 200 additions and 5 deletions

View File

@@ -106,7 +106,6 @@ const courses = createResource({
params: {
batch: props.batch,
},
cache: ['batchCourses', props.batchName],
auto: true,
})