Add some tests to ActiveExecutions file (#3957)

* Add some tests to ActiveExecutions file
This commit is contained in:
Omar Ajoue
2022-08-30 10:49:30 +02:00
committed by GitHub
parent 3939d52851
commit b5c831122c
2 changed files with 106 additions and 2 deletions

17
.vscode/launch.json vendored
View File

@@ -19,8 +19,21 @@
"type": "node",
"env": {
// "N8N_PORT": "5679",
}
}
},
},
{
"name": "Debug CLI tests",
"cwd": "${workspaceFolder}/packages/cli",
"runtimeExecutable": "npm",
"args": [
"run",
"test",
// "--",
// "ActiveExecutions"
],
"type": "node",
"request": "launch"
},
]
/**