mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
adding storage for lectures
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import {
|
||||
lectureToString,
|
||||
parseLecture,
|
||||
} from "../fileStorage/lectureFileStorageService";
|
||||
import { lectureToString } from "../fileStorage/utils/lectureUtils";
|
||||
import { parseLecture } from "../fileStorage/utils/lectureUtils";
|
||||
import { Lecture } from "@/models/local/lecture";
|
||||
|
||||
describe("can parse and stringify lectures", () => {
|
||||
|
||||
Reference in New Issue
Block a user