-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
test: add dynamic root nodes and interpolation #1
Conversation
# Conflicts: # packages/compiler-vapor/__tests__/__snapshots__/basic.test.ts.snap # packages/compiler-vapor/src/generate.ts # packages/compiler-vapor/src/ir.ts # packages/compiler-vapor/src/transform.ts
Hi! I'm the autofix.ci troubleshooter bot. It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
Size ReportBundles
Usages
|
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.
This problem is solved via 91e7f9b
But the unit tested is still needed
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.
Please remove empty file packages/compiler-vapor/__tests__/__snapshots__/basic.test.ts.snap
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
# Conflicts: # packages/compiler-vapor/__tests__/__snapshots__/compile.test.ts.snap
Handled errors in some use cases.Added unit test about dynamic root nodes and interpolation