We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ed48d commit 3ec181fCopy full SHA for 3ec181f
packages/runtime/src/templates/server.test.ts
@@ -1,4 +1,3 @@
1
-/* eslint-disable max-nested-callbacks */
2
import { mockRequest } from 'next/dist/server/lib/mock-request'
3
4
import { getNextServer, NextServerType, netlifyApiFetch } from './handlerUtils'
@@ -57,4 +56,3 @@ describe('the netlify next server', () => {
57
56
await expect(requestHandler(mockReq, mockRes)).rejects.toThrow('Unable to connect')
58
})
59
60
-/* eslint-enable max-nested-callbacks */
0 commit comments