Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/web/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
// if we're running under GHA, enable relevant reporters
if (env["GITHUB_ACTIONS"] !== undefined) {
config.reporters ??= [];
config.reporters.push("jest-silent-reporter");
config.reporters.push(["github-actions", { silent: false }]);

Check warning on line 68 in apps/web/jest.config.ts

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Do not call `Array#push()` multiple times.

See more on https://sonarcloud.io/project/issues?id=element-web&issues=AZ5uGgUKzsg_dqnhLT5M&open=AZ5uGgUKzsg_dqnhLT5M&pullRequest=33642
config.reporters.push("summary");
config.reporters.push("@casualbot/jest-sonar-reporter");

Expand Down
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
"jest-fixed-jsdom": "^0.0.11",
"jest-mock": "^30.0.0",
"jest-raw-loader": "^1.0.1",
"jest-silent-reporter": "^0.6.0",
"jsqr": "^1.4.0",
"matrix-web-i18n": "catalog:",
"mini-css-extract-plugin": "2.10.2",
Expand Down
64 changes: 60 additions & 4 deletions pnpm-lock.yaml

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

Loading