-
Notifications
You must be signed in to change notification settings - Fork 21
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
MMI-3203 use vitest #2421
base: dev
Are you sure you want to change the base?
MMI-3203 use vitest #2421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very happy to finally see this!
app/editor/package.json
Outdated
@@ -64,8 +64,9 @@ | |||
}, | |||
"devDependencies": { | |||
"@simbathesailor/use-what-changed": "2.0.0", | |||
"@testing-library/jest-dom": "6.4.5", | |||
"@testing-library/jest-dom": "^6.6.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always fix your versions in your final release. Otherwise each environment may have different versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I will change later. I will rebase from Nehal as well.
899f1cb
to
c3fd542
Compare
I will update cache files after approval |
initial test for use of vitet, see FRONTEND-TEST.md for details.