Skip to content

Commit 3d6aa36

Browse files
Bump dev deps
1 parent ca12030 commit 3d6aa36

File tree

3 files changed

+556
-539
lines changed

3 files changed

+556
-539
lines changed

.vscode/launch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@
6060
"name": "Jest tests",
6161
"program": "${workspaceRoot}/node_modules/jest/bin/jest.js",
6262
"args": [ "-i" ]
63+
},
64+
{
65+
"type": "chrome",
66+
"request": "launch",
67+
"name": "Debug browser tests in Chrome",
68+
"url": "http://localhost:3000",
69+
"webRoot": "${workspaceFolder}/src",
70+
"runtimeArgs": [ "--remote-debugging-port=9222" ],
71+
"sourceMaps": true
6372
}
6473
]
6574
}

0 commit comments

Comments
 (0)