Skip to content

Commit

Permalink
bump playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Aug 6, 2024
1 parent 3b468a2 commit e683d5a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"minimatch": "^9.0.5",
"monocart-code-viewer": "^1.1.4",
"monocart-formatter": "^3.0.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"starfall-cli": "^2.0.20",
"stylelint": "^16.8.1",
"stylelint-config-plus": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"koa-static-resolver": "^1.0.6",
"mocha": "^10.7.0",
"open": "^10.1.0",
"playwright": "^1.45.3",
"playwright": "^1.46.0",
"puppeteer": "^22.15.0",
"rollup": "^4.20.0",
"swc-loader": "^0.2.6",
Expand Down
20 changes: 10 additions & 10 deletions test/snapshot/anonymous.snapshot.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"type": "v8",
"summary": {
"bytes": "28.57 %",
"statements": "25.10 %",
"branches": "12.43 %",
"bytes": "28.15 %",
"statements": "24.90 %",
"branches": "12.87 %",
"functions": "40.63 %",
"lines": "24.09 %"
"lines": "23.47 %"
},
"files": {
"anonymous-1.js": {
"functions": "36.67 %",
"branches": "12.43 %",
"statements": "23.18 %",
"lines": "21.50 %",
"bytes": "26.67 %",
"uncoveredLines": "5-19,21,34-62,65,68-83,85,87,89,91-98,106-107,111-205,218,229-235,240,246-248,250-255,258-299",
"extras": "1b,4b,23b,24b,25c,31b,32c,211b,212c,301b"
"branches": "12.87 %",
"statements": "23.01 %",
"lines": "20.93 %",
"bytes": "26.29 %",
"uncoveredLines": "5-19,21,34-62,65,68-83,85,87,89-95,97-104,112-113,117-213,226,237-243,248,254-256,258-263,266-307",
"extras": "1b,4b,23b,24b,25c,31b,32c,219b,220c,309b"
},
"anonymous-2.js": {
"functions": "100.00 %",
Expand Down

0 comments on commit e683d5a

Please sign in to comment.