-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
Import type definitions from @types/ember__test-helpers
#452
Conversation
Can we tighten up and standardize |
Yeah, I have something like this already in a follow up commit that is not part of this PR |
@rwjblue any thoughts on this PR? |
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.
Overall looks good to me, sorry for the delay in reviewing.
This PR imports the type definitions from the
@types/ember__test-helpers
npm package, and applies them to our own TypeScript files.Further cleanup of those types will happen in follow-up PRs.