Skip to content

Commit 2cc0f52

Browse files
committed
chore: server.spec.ts fix
1 parent 4a56e15 commit 2cc0f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/templates/server.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { Options } from 'next/dist/server/next-server'
44
import { getNextServer, NextServerType, netlifyApiFetch } from '../../packages/runtime/src/templates/handlerUtils'
55
import { NetlifyNextServer, NetlifyConfig } from '../../packages/runtime/src/templates/server'
66

7-
jest.mock('../packages/runtime/src/templates/handlerUtils', () => {
8-
const originalModule = jest.requireActual('../packages/runtime/src/templates/handlerUtils')
7+
jest.mock('../../packages/runtime/src/templates/handlerUtils', () => {
8+
const originalModule = jest.requireActual('../../packages/runtime/src/templates/handlerUtils')
99

1010
return {
1111
__esModule: true,

0 commit comments

Comments
 (0)