We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a56e15 commit 2cc0f52Copy full SHA for 2cc0f52
test/templates/server.spec.ts
@@ -4,8 +4,8 @@ import { Options } from 'next/dist/server/next-server'
4
import { getNextServer, NextServerType, netlifyApiFetch } from '../../packages/runtime/src/templates/handlerUtils'
5
import { NetlifyNextServer, NetlifyConfig } from '../../packages/runtime/src/templates/server'
6
7
-jest.mock('../packages/runtime/src/templates/handlerUtils', () => {
8
- const originalModule = jest.requireActual('../packages/runtime/src/templates/handlerUtils')
+jest.mock('../../packages/runtime/src/templates/handlerUtils', () => {
+ const originalModule = jest.requireActual('../../packages/runtime/src/templates/handlerUtils')
9
10
return {
11
__esModule: true,
0 commit comments