bump eslint from 8.57.1 to 9.16.0 (#418)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-12-16 07:08:45 -08:00
committed by GitHub
parent 7668571508
commit f4b7552a12
6 changed files with 1081 additions and 2160 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')