feat: add Vitest configuration and tests for lesson modules and rendering

This commit is contained in:
Michael Czechowski
2025-05-13 21:07:04 +02:00
parent ab4279f9ca
commit 4141501708
9 changed files with 2325 additions and 51 deletions

9
.prettierrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 150,
"trailingComma": "none",
"useTabs": true
}