Skip to content

Commit 77a1fdc

Browse files
fix(tooling): updated-jest-test-command
1 parent 56a4aa4 commit 77a1fdc

File tree

104 files changed

+104
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+104
-104
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
JEST_JUNIT_OUTPUT_NAME: js-jest-results.xml
6868
JEST_JUNIT_OUTPUT_DIR: reports/junit/jest
69-
run: yarn run jest --reporters="jest-junit"
69+
run: yarn workspaces foreach -A run test:unit
7070

7171
- name: Upload Jest test results
7272
uses: actions/upload-artifact@v3

packages/@webex/private-react-component-example-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"test:unit": "cd ../../ && yarn run test:unit private-react-component-example-code"
3535
},
3636
"version": "0.211.0"
37-
}
37+
}

packages/@webex/private-react-component-space-destination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"test:unit": "cd ../../ && yarn run test:unit private-react-component-space-destination"
3434
},
3535
"version": "0.211.0"
36-
}
36+
}

packages/@webex/private-react-component-token-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"test:unit": "cd ../../ && yarn run test:unit private-react-component-token-input"
3535
},
3636
"version": "0.211.0"
37-
}
37+
}

packages/@webex/react-component-activity-item-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"test:unit": "cd ../../ && yarn run test:unit react-component-activity-item-base"
3535
},
3636
"version": "0.211.0"
37-
}
37+
}

packages/@webex/react-component-activity-item/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
"test:unit": "cd ../../ && yarn run test:unit react-component-activity-item"
3737
},
3838
"version": "0.211.0"
39-
}
39+
}

packages/@webex/react-component-activity-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
"test:unit": "cd ../../ && yarn run test:unit react-component-activity-list"
3737
},
3838
"version": "0.211.0"
39-
}
39+
}

packages/@webex/react-component-activity-menu-header/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"test:unit": "cd ../../ && yarn run test:unit react-component-activity-menu-header"
3434
},
3535
"version": "0.211.0"
36-
}
36+
}

packages/@webex/react-component-activity-menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"test:unit": "cd ../../ && yarn run test:unit react-component-activity-menu"
3535
},
3636
"version": "0.211.0"
37-
}
37+
}

packages/@webex/react-component-activity-post-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"test:unit": "cd ../../ && yarn run test:unit react-component-activity-post-action"
3434
},
3535
"version": "0.211.0"
36-
}
36+
}

0 commit comments

Comments
 (0)