Skip to content

Commit ac77614

Browse files
committed
Revert last commit
1 parent 0456def commit ac77614

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232

33-
- name: Disable 'Unchanged files with check annotations' section # https://github.com/orgs/community/discussions/8379
34-
run: |
35-
echo "::remove-matcher owner=eslint-compact::"
36-
echo "::remove-matcher owner=eslint-stylish::"
37-
echo "::remove-matcher owner=tsc::"
38-
3933
- name: Install dependencies
4034
run: |
4135
npm ci

test/unit/cruds/change-cell-content.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ describe('changing cell content', () => {
583583
expect(engine.getCellValueDetailedType({ sheet: 0, col: 0, row: 2 })).toEqual(CellValueDetailedType.NUMBER_PERCENT)
584584
})
585585

586-
it("should work in scenario from issue https://github.com/handsontable/hyperformula/issues/1297", () => {
586+
it('should work in scenario from issue https://github.com/handsontable/hyperformula/issues/1297', () => {
587587
const engine = HyperFormula.buildFromArray([
588588
[1, 2, '=SUM(A1:B1)'],
589589
['=SUM(1:1)', 0, 0],

0 commit comments

Comments
 (0)