Commit 414ba2aa authored by Quentin Hamitouche's avatar Quentin Hamitouche

Add launch config for tests

parent 468a7947
{
"version": "0.2.0",
"configurations": [
{
"name": "Hardhat test",
"type": "node",
"request": "launch",
"console": "integratedTerminal",
"runtimeExecutable": "npm",
"runtimeArgs": [
"test",
"${workspaceFolder}/test/Voting.test.js"
]
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment