Skip to content

Commit e47f1f1

Browse files
wip. checking test for nextjs-ts add logs
1 parent df447db commit e47f1f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
APPROACH:
20+
- react
2021
- nextjs-ts
2122
NODE:
2223
- 18

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = (env, { port } = { port: '8080' }) => {
4949
await devServer.build();
5050
console.log('-----build----->');
5151
await devServer.start();
52-
52+
console.log('-----started----->');
5353
} catch(e) {
5454
// NOTE jest@27 will fail test, but jest@26 - not
5555
console.log('----throw new Error------>', e);

0 commit comments

Comments
 (0)