Fix commenting test

This commit is contained in:
Sidharth Vinod
2023-04-13 16:31:02 +05:30
parent d364cdfd83
commit e5a4e7b997
3 changed files with 11 additions and 7 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"cSpell.blockCheckingWhenLineLengthGreaterThan": 150,
"cSpell.words": [
"asyncable",
"Browserslist",
@@ -14,7 +15,8 @@
"pako",
"Serde",
"serdes",
"tailwindcss"
"tailwindcss",
"uparrow"
],
"vitest.commandLine": "yarn test:unit",
"vitest.enable": true,