-
-
Notifications
You must be signed in to change notification settings - Fork 2
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(tests): add context tests and switch to vitest #102
Conversation
virgofx
commented
Oct 29, 2024
- Switched from Jest to Vitest for faster test execution.
- Improved config and context providers for consistent behavior.
- Enhanced testing with a generic test setup and utilities.
- Added numerous tests to cover context functionality.
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
disableBranding: false, | ||
moduleChangeExcludePatterns: ['.gitignore', '*.md'], | ||
moduleAssetExcludePatterns: ['tests/**', 'examples/**'], | ||
githubToken: 'ghp_test_token_2c6912E7710c838347Ae178B4', |
Check failure
Code scanning / SonarCloud
GitHub tokens should not be disclosed
a540a27
to
0cdd132
Compare
0cdd132
to
8357af1
Compare
- Switched from Jest to Vitest for faster test execution. - Improved config and context providers for consistent behavior. - Enhanced testing with a generic test setup and utilities. - Added numerous tests to cover context functionality.
8357af1
to
3cf6abd
Compare
Release PlanNo terraform modules updated in this pull request.
Powered by techpivot/terraform-module-releaser |
Quality Gate failedFailed conditions |