Skip to content

Commit 22530af

Browse files
wip. test checking
1 parent fe1db94 commit 22530af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = class NextJsServer {
99
}
1010

1111
async start() {
12-
this.stop();
12+
await this.stop();
1313
console.log('----RUN START SERVER CMD------>');
1414
({ proc: this.proc } = await runCommand('npx', ['next', 'start', `-p ${this.port}`], {
1515
cwd: this.env.appPath,

0 commit comments

Comments
 (0)