Skip to content

Commit

Permalink
Re-introduce ODS file support in tests
Browse files Browse the repository at this point in the history
Currently the tests will fail with ODS files as the number format bug in
the xlsx lib's support for ODS will call console.error() and in tests,
this causes the test to fail.

To resolve this we disable that functionality in backend tests (until we
can be more explicit for only ODS files) and wrap the tests in each file
in a describe() function to keep the changes isolated.
  • Loading branch information
rossjones committed Nov 21, 2024
1 parent f47b6fc commit 147426d
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 380 deletions.
Binary file modified fixtures/tribbles.ods
Binary file not shown.
Loading

0 comments on commit 147426d

Please sign in to comment.