chromedevtools--chrome-devtools-mcp
c29d097b92
This makes it easier to add JSON-format as the output for issues. Console formatter will be changed next.
10 行
243 B
Plaintext
10 行
243 B
Plaintext
exports[`IssueFormatter > formats an issue message 1`] = `
|
|
ID: 5
|
|
Message: issue> Mock Issue Title
|
|
|
|
This is a mock issue description
|
|
Learn more:
|
|
[Learn more](http://example.com/learnmore)
|
|
[Learn more 2](http://example.com/another-learnmore)
|
|
`;
|