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

Add React Test setup and workflow #3

Merged
merged 4 commits into from
Feb 8, 2024
Merged

Conversation

andrecego
Copy link
Owner

Adding initial setup for unit testing with React and Vitest

@andrecego andrecego added frontend Changes on the frontend build Change on the build or CI labels Feb 8, 2024
@andrecego andrecego self-assigned this Feb 8, 2024
@@ -51,25 +51,25 @@ module.exports = function(api) {
isTestEnv && 'babel-plugin-dynamic-import-node',
'@babel/plugin-transform-destructuring',
[
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-class-properties',
Copy link
Owner Author

Choose a reason for hiding this comment

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

These fixes are from this issue: rails/rails#48372 (comment)

@andrecego andrecego merged commit 9343c91 into main Feb 8, 2024
3 checks passed
@andrecego andrecego deleted the ci/react-test-workflow branch February 8, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Change on the build or CI frontend Changes on the frontend
Projects
None yet
1 participant