-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
chore: add regression test for withastro/compiler#950 #9872
Conversation
|
fba5432
to
33612d5
Compare
@@ -114,7 +114,7 @@ | |||
"test:e2e:match": "playwright test -g" | |||
}, | |||
"dependencies": { | |||
"@astrojs/compiler": "^2.5.0", | |||
"@astrojs/compiler": "0.0.0-mk-slot-expr-fix-20240130083013", |
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.
We normally don't need to update the compiler version here, this was changed just to publicly validate the compiler bug fix.
Closing as we're rolling back the feature to rework it, it was causing too many regressions in with slots |
Changes
Depends on withastro/compiler#952, should be merged only after the next compiler release
Adds a regression test for withastro/compiler#950
Testing
Ensure that all the slots are rendered
Docs
N/A only tests were added