Skip to content

Commit 3ec181f

Browse files
committed
chore: remove eslint directive
1 parent 99ed48d commit 3ec181f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime/src/templates/server.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable max-nested-callbacks */
21
import { mockRequest } from 'next/dist/server/lib/mock-request'
32

43
import { getNextServer, NextServerType, netlifyApiFetch } from './handlerUtils'
@@ -57,4 +56,3 @@ describe('the netlify next server', () => {
5756
await expect(requestHandler(mockReq, mockRes)).rejects.toThrow('Unable to connect')
5857
})
5958
})
60-
/* eslint-enable max-nested-callbacks */

0 commit comments

Comments
 (0)