Skip to content

Commit df483f1

Browse files
wip. test checking
1 parent 0511d11 commit df483f1

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/app/layout.${templateExtension}`);
14+
const appLayoutPath = path.join(sandboxPath, appName, `src/app/pages/layout.${templateExtension}`);
1515

1616
const config = {
1717
engine: engine,

0 commit comments

Comments
 (0)