Added unit tests

This commit is contained in:
DaanV2
2021-08-18 20:15:02 +02:00
parent dccbc643eb
commit 7dfdb0802c
12 changed files with 293 additions and 42 deletions

26
.vscode/tasks.json vendored
View File

@@ -27,29 +27,11 @@
"problemMatcher": ["$tsc"]
},
{
"type": "shell",
"label": "Format workspace",
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/format_documents.ps1",
"problemMatcher": "$tsc"
},
{
"type": "shell",
"label": "build extension",
"command": "./scripts/build.bat",
"type": "npm",
"script": "test",
"isBackground": false,
"group": "build",
"problemMatcher": "$tsc"
},
{
"type": "shell",
"label": "install project extension",
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/install.ps1",
"problemMatcher": "$tsc"
},
{
"type": "shell",
"label": "update project extension",
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/update.ps1",
"problemMatcher": "$tsc"
"problemMatcher": ["$tsc"]
}
]
}