Skip to content

Add docs

Add docs #5240

Triggered via pull request April 16, 2025 15:44
Status Failure
Total duration 2m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test/browser/column/renderEditCell.test.tsx > Editor > should commit quickly enough on outside clicks so click event handlers access the latest rows state: test/browser/column/renderEditCell.test.tsx#L82
AssertionError: expected "spy" to be called once with arguments: [ Array(1) ] Received: 1st spy call: @@ -1,9 +1,9 @@ [ [ { - "col1": 1234, + "col1": 1, "col2": "a1", }, { "col1": 2, "col2": "a2", Number of calls: 1 ❯ test/browser/column/renderEditCell.test.tsx:82:19
test
Process completed with exit code 1.