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?"

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