Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 10, 2024
1 parent 86dbe0b commit 1c2e84d
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "scope --report-for-commit-list buildData.json log.html",
"name": "Run test of --report-for-commit-list",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Debug Jest Tests (Windows)",
"type": "node",
Expand Down
Loading

0 comments on commit 1c2e84d

Please sign in to comment.