Skip to content

Commit 910be7a

Browse files
committed
chore: fix typo
1 parent e6a11ac commit 910be7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/edge.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { generateRscDataEdgeManifest } from '../../packages/runtime/src/helpers/
22
import type { PrerenderManifest } from 'next/dist/build'
33

44
jest.mock('../../packages/runtime/src/helpers/functionsMetaData', () => {
5-
const { NEXT_PLUGIN_NAME } = require('../packages/runtime/src/constants')
5+
const { NEXT_PLUGIN_NAME } = require('../../packages/runtime/src/constants')
66
return {
77
...jest.requireActual('../../packages/runtime/src/helpers/functionsMetaData'),
88
getPluginVersion: async () => `${NEXT_PLUGIN_NAME}@1.0.0`,

0 commit comments

Comments
 (0)