Skip to content

Commit 67e418a

Browse files
test nextjs
1 parent 5f99794 commit 67e418a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/env.nextjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function getConfig({ engine, template, fileExtension, templateExtension, transpi
1111
const appName = 'my-app';
1212
const sandboxPath = path.join(process.cwd(), `./testing/sandbox/${engine}`);
1313
const appPath = path.join(sandboxPath, appName);
14-
const appLayoutPath = path.join(sandboxPath, appName, `src/Content.${templateExtension}`);
14+
const appLayoutPath = path.join(sandboxPath, appName, `src/app/layout.${templateExtension}`);
1515

1616
const config = {
1717
engine: engine,

0 commit comments

Comments
 (0)