-
-
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
test(developer): keyboard info compiler messages unit tests 2 #11253
test(developer): keyboard info compiler messages unit tests 2 #11253
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
…fo-compiler-messages-unit-tests-2
const kmpFilename = makePathToFixture('khmer_angkor', 'build', 'khmer_angkor.kmp'); | ||
const jsFilename = KHMER_ANGKOR_JS; | ||
const kpsFilename = KHMER_ANGKOR_KPS; | ||
const kmpFilename = KHMER_ANGKOR_KMP; | ||
|
||
const sources = { |
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.
You could do this as:
const sources = {
...KHMER_ANGKOR_SOURCES,
sourcePath: 'release/k/invalid-license',
};
here, and above, and that way eliminate a bunch of repeated constants. 😁
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.
I found only a couple of places I could do this; can you spot any more?
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.
didn't spot any more!
…fo-compiler-messages-unit-tests-2
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.
LGTM, nice and clean
…fo-compiler-messages-unit-tests-2
Changes in this pull request will be available for download in Keyman version 17.0.314-beta |
Some tidying up of earlier unit tests, mainly introducing some constants.
Continues earlier PR #10848
@keymanapp-test-bot skip