This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "GitLab Broadcast messages werden in GitSearch nicht mehr angezeigt?"

Viewing commit c73db8d1
Next
Show latest version
5 files
+ 28
30
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 11
7
@@ -5,14 +5,19 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch jest explicitly",
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
"type": "node",
"request": "launch",
"args": ["--verbose", "--config", "jest.conf.js"],
"skipFiles": [
"<node_internals>/**"
"name": "Jest Current File",
"program": "${workspaceFolder}/node_modules/@angular/cli/bin/ng",
"cwd": "${workspaceFolder}",
"args": [
"test",
"--testMatch=\"**/+(*.)+(spec|test).+(ts|js)?(x)\"",
"--testPathPattern=${fileBasenameNoExtension}",
"--run-in-band",
],
"type": "node"
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
},
{
"type": "node",
@@ -26,7 +31,6 @@
"<node_internals>/**"
],
},
{
"type": "node",
"name": "ng test",