Skip to content

Commit 971a272

Browse files
clean code
1 parent 3c759e1 commit 971a272

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ module.exports = class NextJsServer {
99
async start() {
1010
({ proc: this.proc } = await runCommand('npm', ['run', 'start'], {
1111
cwd: this.env.appPath,
12-
detached: true,
13-
// https://github.com/facebook/create-react-app/issues/3657
14-
env: Object.assign(process.env, { CI: false })
12+
detached: true
1513
}));
16-
17-
// await new Promise(resolve => setTimeout(resolve, 5000));
1814
}
1915

2016
stop() {

0 commit comments

Comments
 (0)