Fixed core unit test and excluded instable ones

This commit is contained in:
Vito Albano
2023-11-21 12:36:32 +00:00
parent dede5b4759
commit 71235c15ad
74 changed files with 267 additions and 189 deletions

View File

@@ -31,5 +31,6 @@
"postcss",
"scss"
],
"editor.guides.indentation": true
"editor.guides.indentation": true,
"typescript.tsdk": "node_modules/typescript/lib"
}