Skip to content

feat: adds createPlaidLink hook and Plaid Link components #19

feat: adds createPlaidLink hook and Plaid Link components

feat: adds createPlaidLink hook and Plaid Link components #19

Triggered via push November 25, 2024 06:12
Status Failure
Total duration 24s
Billable time 1m
Artifacts

ci.yaml

on: push
Quality Checks
13s
Quality Checks
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/hooks/__tests__/createPlaidLink.test.tsx > HOOK: createPlaidLink > creates Plaid Link handler when script is ready and link token received: src/hooks/__tests__/createPlaidLink.test.tsx#L253
AssertionError: expected "setTimeout" to be called with arguments: [ Any<Function>, 10500000 ] Received: 1st setTimeout call: Array [ - Any<Function>, - 10500000, + [Function handleTimeout], + 1000, ] 2nd setTimeout call: Array [ - Any<Function>, - 10500000, + [Function load], + 28500000, ] Number of calls: 2 ❯ src/hooks/__tests__/createPlaidLink.test.tsx:253:30 ❯ src/hooks/__tests__/createPlaidLink.test.tsx:236:5
Quality Checks
Process completed with exit code 1.