mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
Add some tests to ActiveExecutions file (#3957)
* Add some tests to ActiveExecutions file
This commit is contained in:
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@@ -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"
|
||||
},
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user