Skip to content

Commit ed4b7e7

Browse files
wip. checking test for nextjs-ts add logs
1 parent c9ea613 commit ed4b7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = (env, { port } = { port: '8080' }) => {
6060

6161
afterAll(async() => {
6262
console.log('-----afterAll----->', [layout, theme]);
63-
await devServer.stop();
63+
// await devServer.stop();
6464
});
6565

6666
Object.keys(viewports).forEach((viewportName) => {

0 commit comments

Comments
 (0)