Fixing failing tests

This commit is contained in:
Federico Builes
2022-06-06 20:32:46 +02:00
parent bccacf9708
commit 06297bf229
4 changed files with 32 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"version": "0.1.0",
"configurations": [
{
"name": "Debug Jest Tests",
"type": "node",
"request": "launch",
"runtimeArgs": ["--inspect-brk", "${workspaceRoot}/node_modules/.bin/jest", "--runInBand", "--coverage", "false"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}