-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
refactor: fixes and moves all tests in core to new structure #5841
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
refactor: fixes and moves all tests in core to new structure #5841
Conversation
will-short
commented
Dec 21, 2024
- moves all tests in core package to new structure
- removes old helpers
- adds TODO's in existing tests to get them to use new helpers
- fixes up all existing tests to pass
|
View your CI Pipeline Execution ↗ for commit e3e946c.
☁️ Nx Cloud last updated this comment at |
| @@ -37,7 +38,6 @@ describe('constructTable', () => { | |||
| expect(table).toHaveProperty('getRow') | |||
|
|
|||
| // table APIs | |||
| expect(table).toHaveProperty('_queue') | |||
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.
@KevinVandy seems like _queue was removed. just wanted to flag this to make sure I saw that correctly
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.
yeah, a couple of apis were removed