Skip to content

Commit 8d363c6

Browse files
tests
1 parent fe1accc commit 8d363c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ function getConfig({ engine, template, fileExtension, templateExtension, transpi
2929
await runCommand('node', [
3030
path.join(process.cwd(), './index.js'),
3131
'new',
32-
'nextjs-app',
32+
'react-app',
33+
'--app-type=nextjs',
3334
`--template=${template}`,
3435
'--layout=side-nav-outer-toolbar',
3536
...additionalArguments

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ function getConfig({ engine, template, fileExtension, templateExtension, transpi
2929
await runCommand('node', [
3030
path.join(process.cwd(), './index.js'),
3131
'new',
32-
'vite-app',
32+
'react-app',
33+
'--app-type=vite',
3334
'--layout=side-nav-outer-toolbar',
3435
`--template=${template}`,
3536
`--transpiler=${transpiler}`,

0 commit comments

Comments
 (0)