Skip to content

Commit 8f69e40

Browse files
Merge branch 'kw-record-ttd-on-focus' into kw-force-fetch-ttd
2 parents c5048bd + ce4d13f commit 8f69e40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.vscode/launch.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
"name": "Jest Tests",
66
"type": "node",
77
"request": "launch",
8-
"runtimeArgs": ["--inspect-brk", "${workspaceRoot}/node_modules/jest/bin/jest.js"],
9-
"args": ["--runInBand", "-t", ""],
10-
"cwd": "${workspaceRoot}",
8+
"runtimeExecutable": "/Users/krystofwoldrich/.nvm/versions/node/v20.18.2/bin/node",
9+
"runtimeArgs": ["--inspect-brk", "${workspaceRoot}/packages/core/node_modules/jest/bin/jest.js"],
10+
"args": ["--runInBand", "-t", "ttfd span duration and measurement should equal ttid from ttfd is called earlier than ttid"],
11+
"cwd": "${workspaceRoot}/packages/core",
1112
"console": "integratedTerminal",
1213
"internalConsoleOptions": "neverOpen",
1314
"outputCapture": "std",
1415
"sourceMaps": true,
15-
"smartStep": true
16+
"smartStep": false
1617
},
1718

1819
]

0 commit comments

Comments
 (0)