Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace mocha junit reports with our own #275

Merged
merged 13 commits into from
Feb 20, 2024
Merged

feat: replace mocha junit reports with our own #275

merged 13 commits into from
Feb 20, 2024

Conversation

alexplischke
Copy link
Contributor

@alexplischke alexplischke commented Feb 16, 2024

Description

Replace mocha junit reports with our own.

@alexplischke alexplischke added the enhancement New feature or request label Feb 17, 2024
@@ -23,7 +23,7 @@
"release:patch": "npm run release -- patch",
"release:minor": "npm run release -- minor",
"release:major": "npm run release -- major",
"unit-test": "jest --env node"
"unit-test": "jest --env node --passWithNoTests"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: --passWithNoTests was added because with the removal of the custom reporter spec, there are no more unit tests remaining in the project. I could remove the CI step that runs the unit tests, if folks prefer that to this change.

@alexplischke alexplischke marked this pull request as ready for review February 20, 2024 15:25
@alexplischke alexplischke requested a review from a team as a code owner February 20, 2024 15:25
@alexplischke alexplischke merged commit c18532b into main Feb 20, 2024
32 checks passed
@alexplischke alexplischke deleted the DEVX-2761 branch February 20, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants