Skip to content

Commit

Permalink
Merge pull request #959 from trilitech/dependabot/npm_and_yarn/types/…
Browse files Browse the repository at this point in the history
…react-18.2.65
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
2 parents 8b6062b + c69170e commit 4ba2b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/pluralize": "^0.0.33",
"@types/promise-retry": "^1.1.6",
"@types/prop-types": "^15.7.11",
"@types/react": "18.2.64",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@types/redux-mock-store": "^1.0.6",
"@types/wait-on": "^5.3.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6650,14 +6650,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.64":
version: 18.2.64
resolution: "@types/react@npm:18.2.64"
"@types/react@npm:18.2.65":
version: 18.2.65
resolution: "@types/react@npm:18.2.65"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/e82bd16660030c9aabdb5027bb9bf69570a90813e4a894c17bfb288978c2b80251def5754e455d72aa3485d99136e1b11b694f78c586e5918e10b3bb09b91b3c
checksum: 10/8022689f6c68e76b5e7b3c95af794fb3d128d5b2ccac408adaa80b117724c48b04dd4a2750e5c2ca29cd70ac7719b4ed5c5b1c12cb739d6f1d52188c09fb3060
languageName: node
linkType: hard

Expand Down Expand Up @@ -20258,7 +20258,7 @@ __metadata:
"@types/pluralize": "npm:^0.0.33"
"@types/promise-retry": "npm:^1.1.6"
"@types/prop-types": "npm:^15.7.11"
"@types/react": "npm:18.2.64"
"@types/react": "npm:18.2.65"
"@types/react-dom": "npm:18.2.21"
"@types/redux-mock-store": "npm:^1.0.6"
"@types/wait-on": "npm:^5.3.4"
Expand Down

1 comment on commit 4ba2b5c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements 84.53% 2940/3478
🟡 Branches 78.07% 993/1272
🟢 Functions 82.39% 898/1090
🟢 Lines 84.29% 2779/3297

Test suite run failed

Failed tests: 1/1182. Failed suites: 1/162.
  ● useAsyncActionHandler › isLoading › prevents multiple computations from running at the same time

    expect(received).toBe(expected) // Object.is equality

    Expected: 1
    Received: 2

      59 |       });
      60 |
    > 61 |       expect(sharedVariable.data).toBe(1);
         |                                   ^
      62 |     });
      63 |
      64 |     it("allows multiple computations to be run sequentially", async () => {

      at Object.toBe (src/utils/hooks/useAsyncActionHandler.test.ts:61:35)

Report generated by 🧪jest coverage report action from 4ba2b5c

Please sign in to comment.