Skip to content

Commit

Permalink
Remove empty describe block in the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Nov 20, 2024
1 parent d0284ca commit 9da51c3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,16 +393,6 @@ describe('Config', () => {
expect(engine.getCellValue(adr('A1'))).toBeCloseTo(dateAsNumber, 11)
})
})

describe('deprecated option warning messages', () => {
beforeEach(() => {
spyOn(console, 'warn')
})

afterEach(() => {
resetSpy(console.warn)
})
})
})

describe('getConfig', () => {
Expand Down

0 comments on commit 9da51c3

Please sign in to comment.