-
-
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(common/web): unit tests for kvk-file-writer #12734
test(common/web): unit tests for kvk-file-writer #12734
Conversation
User Test ResultsTest specification and instructions User tests are not required |
…052-unit-tests-kvk-file-writer
…isualKeyboard() is no longer incomplete
…sualKeyboardKey()
…to initVisualKeyboard()
Oh no, another race! 😄 If #12709 gets merged first you'll have to rename the new test files to match the new |
…s-file-types' into test/common/web/types/9052-unit-tests-kvk-file-writer
…version and null values
…s-kvk-file-writer'
There are problems with null handling of |
…052-unit-tests-kvk-file-writer
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
const binary: BUILDER_KVK_FILE = writer['build'](vk); | ||
checkBuilderKvkFile(binary, vk); | ||
}); | ||
// it('can handle a null associatedKeyboard', () => { |
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.
Is it possible to have these uncommented and skip with it.skip
? Or will we have compile issues?
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.
The tests were ready for the fix, so straightforward to shift to it.skip()
... I like it, hadn't seen it before ... reports 3 pending
, which is better than commenting out.
…052-unit-tests-kvk-file-writer
Co-authored-by: Marc Durdin <[email protected]>
Changes in this pull request will be available for download in Keyman version 18.0.157-alpha |
Unit tests for
kvk/kvk-file-write.ts
See #9052
@keymanapp-test-bot skip