-
Notifications
You must be signed in to change notification settings - Fork 658
fix: 测试包设置私有 #2730
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
fix: 测试包设置私有 #2730
Conversation
- Rebuild gl package native bindings to fix webgl.node missing error - Configure Jest to run tests serially (maxWorkers: 1) to avoid GL context conflicts - Add memory limits and Node.js heap size increase to prevent SIGABRT crashes - Add missing @eslint/js dependency for ESLint configuration - All 87 test suites now pass including citybuliding layer tests Fixes GL context creation issues in Jest environment that were causing worker processes to crash with SIGABRT errors due to memory limitations and concurrent GL context creation.
- Remove -actual suffix from snapshot files - Update existing snapshot files to match current rendering output - Clean up unused snapshot files
- Add changeset for layer relative coordinate system feature - Mark all L7 packages as minor version bump - Update changeset description
🦋 Changeset detectedLatest commit: 1b04c32 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
概述此PR主要是将多个包设置为私有补丁版本,涉及到的包包括 变更
|
| '@antv/l7': patch | ||
| --- | ||
|
|
||
| 相对坐标系支持 |
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.
请确保相对坐标系支持的实现不会影响现有功能,并经过充分测试以避免潜在的回归问题。
[English Template / 英文模板]
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
☑️ 请求合并前的自查清单