Fixed core unit test and excluded instable ones

This commit is contained in:
Vito Albano
2024-03-20 23:10:53 +00:00
parent abbeae183a
commit f0510c0bd6
69 changed files with 258 additions and 187 deletions
+2 -1
View File
@@ -31,5 +31,6 @@
"postcss",
"scss"
],
"editor.guides.indentation": true
"editor.guides.indentation": true,
"typescript.tsdk": "node_modules/typescript/lib"
}