Lucy Wang

Results 38 comments of Lucy Wang

If I understand correctly, `run-test-vars` is only called by the :node-test target. The other targets like browser or karma calls `run-all-tests` which itself calls `run-tests`. ```bash $ git grep -C1...

Sorry that I could have provided more information to make things easier to communicate. > The why I get but please expand on the how. How do users provide the...

- If there are tests that are annotated with `^:focus` metadata, then only those tests would be executed. This is useful to only run the test that are relevant to...

> Is it running in watch mode compiling all namespaces but only running marked tests or do you trigger the test execution manually? Yeah only marked tests are being executed....

@p-himik I think reagent has recently added support for new lifecycle methods like `get-snapshot-before-update-test` https://github.com/reagent-project/reagent/pull/443

Continue from https://github.com/thheller/shadow-cljs/issues/636#issuecomment-710727159 : > IIUC this doesn't seem to be able to work. cljs_eval('"foo"') sends the content to shadow-cljs server (through the websocket connection) to parse, which the server...

@kepta what is the use case of such a feature?

@kepta I can't reproduce this locally or on https://bangle.dev/

I can reproduce both cases in the 2nd and 3rd comments above.