This commit is contained in:
Tommy D. Rossi
2025-12-19 19:23:06 +01:00
parent f97052f4f6
commit 660fb4c014
2 changed files with 6 additions and 10 deletions
+4 -10
View File
@@ -1741,8 +1741,8 @@ describe('MCP Server Tests', () => {
{
"text": "Return value:
{
"error": "Page not found",
"urls": []
"matchesDark": true,
"matchesLight": false
}",
"type": "text",
},
@@ -1968,20 +1968,14 @@ describe('CDP Session Tests', () => {
sampleFunctionNames: functionNames,
}).toMatchInlineSnapshot(`
{
"durationMicroseconds": 7536,
"durationMicroseconds": 7500,
"hasNodes": true,
"nodeCount": 20,
"nodeCount": 7,
"sampleFunctionNames": [
"(root)",
"(program)",
"(idle)",
"evaluate",
"fibonacci",
"fibonacci",
"fibonacci",
"fibonacci",
"fibonacci",
"fibonacci",
],
}
`)