Fixed parsing
This commit is contained in:
@@ -20,6 +20,5 @@ Deno.test(async function newTemplate() {
|
||||
|
||||
assertEquals(desc.date, "2023-12-02")
|
||||
assertArrayIncludes(desc.teachers, ["Sebastian Spindler"])
|
||||
console.dir(desc)
|
||||
assertStringIncludes(desc.patterns, "Blocking Free Spin")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user