Fix commenting test
This commit is contained in:
Vendored
+3
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user