Unit tests for history

This commit is contained in:
Sidharth Vinod
2022-08-29 21:56:26 +05:30
parent 04b898ee54
commit d966b23114
3 changed files with 157 additions and 1 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
{
"editor.formatOnSave": true,
"cSpell.words": ["pako", "Serde", "serdes"]
"cSpell.words": ["pako", "Serde", "serdes"],
"vitest.commandLine": "yarn test:unit",
"vitest.enable": true,
"testing.autoRun.mode": "rerun"
}