Skip to content

Commit

Permalink
Add cells unit-tests for a local check
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillovIlya committed Jan 29, 2025
1 parent c089b58 commit 64c3b15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/runAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ const allTests = [
'cell/spreadsheet-calculation/FormulaTests.html',
'cell/spreadsheet-calculation/PivotTests.html',
'cell/spreadsheet-calculation/CopyPasteTests.html',
'cell/spreadsheet-calculation/AutoFilterTests.html',
'cell/spreadsheet-calculation/SheetStructureTests.html',
'cell/spreadsheet-calculation/autoFilterTests.html',
'cell/spreadsheet-calculation/UserProtectedRangesTest.html',
'cell/spreadsheet-calculation/FormulaTrace.html',
'cell/spreadsheet-calculation/GoalSeekTests.html',
'cell/spreadsheet-calculation/NumFormatParse.html',
'cell/spreadsheet-calculation/DataValidationTests.html',
'cell/spreadsheet-calculation/conditionalFormattingTests.html',
'cell/spreadsheet-calculation/ExternalReference.html',
'cell/spreadsheet-calculation/SheetMemoryTest.html',

'word/unit-tests/paragraphContentPos.html',
'word/unit-tests/deleted-text-recovery.html',
'word/content-control/block-level/cursorAndSelection.html',
Expand Down

0 comments on commit 64c3b15

Please sign in to comment.