add test task

This commit is contained in:
João Moreno 2020-06-10 11:23:56 +02:00
parent d1609eea71
commit 2929c77b3a
No known key found for this signature in database
GPG key ID: 896B853774D1A575

4
.vscode/tasks.json vendored
View file

@ -14,6 +14,10 @@
"isDefault": true
},
"isBackground": true
},
{
"type": "npm",
"script": "test"
}
]
}