bump eslint from 8.57.1 to 9.16.0 (#139)

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2024-12-16 07:18:21 -08:00
committed by GitHub
parent cfcbc966ee
commit ae2702efaf
7 changed files with 1083 additions and 2236 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import * as main from '../src/main'
const runMock = jest.spyOn(main, 'run').mockImplementation()
describe('index', () => {
it('calls run when imported', async () => {
it('calls run when imported', () => {
// eslint-disable-next-line @typescript-eslint/no-require-imports
require('../src/index')