Skip to content

Commit 38c422a

Browse files
wip. check test
1 parent cb89e06 commit 38c422a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
APPROACH:
2020
# - angular
2121
# - vue-v3
22-
# - react
22+
- react
2323
# - react-ts
2424
# - react-swc
2525
# - react-swc-ts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DevServer = require('./dev-server');
77

88
const defaultLayout = 'side-nav-outer-toolbar';
99

10-
module.exports = (env, { port, urls } = { port: '8080', urls: {} }) => {
10+
module.exports = (env, { port = 8080, urls = {} } = {}) => {
1111
const diffSnapshotsDir = path.join('testing/__tests__/__diff_snapshots__', env.engine);
1212
const pageUrls = {
1313
profile: 'profile',

0 commit comments

Comments
 (0)