-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(utils): return string from reportToStdout
- Loading branch information
Showing
4 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`report-to-stdout > should contain all sections when using the fixture report 1`] = ` | ||
" | ||
Code PushUp Report - @code-pushup/[email protected] | ||
"Code PushUp Report - @code-pushup/[email protected] | ||
ESLint audits | ||
|
@@ -62,6 +62,8 @@ ESLint audits | |
● Disallow unescaped HTML entities from appearing in markup 0 | ||
● Disallow usage of unknown DOM property 0 | ||
● Enforce ES5 or ES6 class for returning value in render function 0 | ||
Lighthouse audits | ||
● First Contentful Paint 1.2 s | ||
|
@@ -70,6 +72,7 @@ Lighthouse audits | |
● Cumulative Layout Shift 0 | ||
● Speed Index 1.2 s | ||
Categories | ||
┌────────────────┬───────┬────────┐ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters