Add docs #5240
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.
|