Skip to content

Commit 11e251f

Browse files
authored
Merge pull request #1872 from ProcessMaker/feature/FOUR-27781
Selective Variable Submission in Screens
2 parents 5e207d8 + 3035870 commit 11e251f

17 files changed

+12528
-7277
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ yarn-error.log*
2727
*.sln
2828
*.sw*
2929
storybook-static/
30+
.playwright-mcp/

jest.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ module.exports = {
2020
testMatch: [
2121
'**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)',
2222
],
23-
testURL: 'http://localhost/',
23+
testEnvironment: 'jsdom',
24+
testEnvironmentOptions: {
25+
url: 'http://localhost/',
26+
},
2427
transformIgnorePatterns: [
2528
'node_modules/(?!(vuetable-2|vue-uniq-ids|@processmaker/vue-form-elements/src)/)',
2629
],

0 commit comments

Comments
 (0)