mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Add config file as an argument as it is now required when running the command (#126577)
This commit is contained in:
parent
c90043da02
commit
dc351ce4d9
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ To make the [VSCode debugger](https://vscode.readthedocs.io/en/latest/editor/deb
|
|||
"type": "node",
|
||||
"name": "vscode-jest-tests",
|
||||
"request": "launch",
|
||||
"args": ["--runInBand"],
|
||||
"args": [
|
||||
"--runInBand",
|
||||
"--config=${workspaceFolder}/jest.config.js"
|
||||
],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue