Andrew Chou

Results 14 comments of Andrew Chou

adding for those who happen to find the motivation to work on this and need some well-scoped but useful ideas: https://eugenkiss.github.io/7guis/

rereading the docs and I _think_ it's become clearer to me actually. from what I gather, `state` is referring to the _machine_ state rather than _component_ state. `context` seems more...

just realized that using the exported `skip` and `todo` as a subtest seems to make the subtest get treated as a top-level test. not sure if that's expected but probably...

Noticed this issue too as I had Prettier v3.1.1 and https://github.com/prettier/plugin-xml v3.2.2 installed. The workaround of using Prettier v3.1.0 solved my issue as well