fix: crash when saving a row with all empty values #113
Annotations
2 errors
|
ci
Process completed with exit code 1.
|
|
src/test/data-operations.test.ts > Data operations - rows, columns, and ranges > insertDimension - inserting columns/rows into a sheet > Should insert a new empty rows at index:
src/test/data-operations.test.ts#L50
AssertionError: expected '' to be undefined
- Expected:
undefined
+ Received:
""
❯ src/test/data-operations.test.ts:50:32
|