-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
feat: Cross fixed column support #1073
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1073 +/- ##
===========================================
- Coverage 99.51% 50.45% -49.07%
===========================================
Files 47 96 +49
Lines 4569 9026 +4457
Branches 579 631 +52
===========================================
+ Hits 4547 4554 +7
- Misses 22 4423 +4401
- Partials 0 49 +49 ☔ View full report in Codecov by Sentry. |
@@ -12,7 +12,7 @@ | |||
"@@/*": [".dumi/tmp/*"], | |||
"rc-table": ["src/index.ts"] | |||
}, | |||
"types": ["vitest/globals"] | |||
"types": ["vitest/globals", "@testing-library/jest-dom"] |
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.
这个应该是
a.ts
import '@testing-library/jest-dom';
然后这里放 includes
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx", 'a.ts']
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.
includes 加这个 tests/setup.ts
fixed
支持多层堆叠: