We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84485d3 commit d98e86aCopy full SHA for d98e86a
packages/devextreme-cli/testing/env.react.js
@@ -24,7 +24,7 @@ exports.createApp = async(toolingVersion) => {
24
25
const additionalArguments = toolingVersion && [`--${toolingVersionOptionName} ${toolingVersion}`] || [];
26
await runCommand('node', [
27
- path.join(process.cwd(), './index.jsx'),
+ path.join(process.cwd(), './main.jsx'),
28
'new',
29
'react-app',
30
'--layout=side-nav-outer-toolbar',
@@ -36,7 +36,7 @@ exports.createApp = async(toolingVersion) => {
36
});
37
38
39
40
'add',
41
'view',
42
'new-page'
0 commit comments