Fixed core unit test and excluded instable ones

This commit is contained in:
Vito Albano
2023-11-21 12:36:32 +00:00
committed by VitoAlbano
parent 8945acc444
commit aa02c8839f
64 changed files with 251 additions and 171 deletions

View File

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