-
-
Notifications
You must be signed in to change notification settings - Fork 111
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(common): move kpj-related files into developer-utils 🐉 #11531
refactor(common): move kpj-related files into developer-utils 🐉 #11531
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
In preparation for moving source file types into developer-utils, move the existing developer-utils files into src/ and src/utils subfolders.
Moves the kpj test fixtures into developer-utils, moves from let to const in code where required by eslint, and reduces the coverage threshold in order to get tests to pass for developer-utils.
As we move some better-tested areas out of common-types, it looks like our overall coverage goes down.
25f944c
to
071fe5c
Compare
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.
It looks like this PR mostly moves Developer-only pieces formerly within common/web/types
to developer/src/common/web/utils/src
?
LGTM, perhaps outside of one nit.
Changes in this pull request will be available for download in Keyman version 18.0.84-alpha |
Part of #9665.
In preparation for moving source file types into developer-utils, move the existing developer-utils files into src/ and src/utils subfolders.
Moves the kpj test fixtures into developer-utils, moves from let to const in code where required by eslint, and reduces the coverage threshold in order to get tests to pass for developer-utils.
As we move some better-tested areas out of common-types, it looks like our overall coverage goes down there, but it also went down in developer-utils! 😭
@keymanapp-test-bot skip