chore: update tests for replaceItems with actOnDispatch#752
Conversation
|
Wow. Thanks for the fast delivery! 💚 Looks good. The only see I wonder about is |
|
well I just copied the test block above it and modified it for dispatch, but It looks like an important test so it might be intentional (?). but I did not add that part for sure |
|
lol. merged it then. I want to work on a few things in this repo anyways. I don't like the implicit magic that happens around Too many questions and to much magic for my taste. I want to introduce a more explicit That said I'll eventually rework this stuff anyways. |
|
hmm, I found the bug for replaceItems when I was using feathers-casl. it was using replaceItems but things were not getting replaced properly* (feathers-pinia had a bug where it couldn't handle arrays, it's fixed now). so It took me some time to pin point it to the dispatch issue. and then I had to patch feathers-casl to replace both result and dispatch. |
|
Wrote you on discord. I would love to chat about this stuff. Not now but in the near future. |
Summary
Tests for #751