Conversation
…n undo & delete node
markfee
commented
Mar 13, 2026
| @@ -18,9 +18,15 @@ export default { | |||
| testPathIgnorePatterns: ['<rootDir>/src/test-utils.js'], | |||
| coveragePathIgnorePatterns: [ | |||
| '<rootDir>/src/test-utils.js', | |||
Collaborator
Author
There was a problem hiding this comment.
I changed this - so I could see what isn't covered in draw-es. and then added it back in
But I left it as a list of specific folders, so it's easier to comment one out while the tests are being added
|
markfee
commented
Mar 16, 2026
|
|
||
| // returns an async function that runs asserts | ||
| const assertOnCalls = (methodArray) => async () => { | ||
| expect(onSpy.mock.calls, `${type}.on should be called ${methodArray.length} times`) |
Collaborator
Author
There was a problem hiding this comment.
jest-expect-message was added to package.json, which allows a 2nd param to expect - with a description of the failure - like this.
It helps when you have nested asserts, without it - the failure reason is difficult to infer.
dannyleech
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.